#CDD8FE

Color #CDD8FE Hawkes Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hawkes Blue #CDD8FE

Tints of Hawkes Blue #CDD8FE

Color information

#CDD8FE (or 0xCDD8FE) is unknown color: approx Hawkes Blue. HEX triplet: CD, D8 and FE. RGB value is (205,216,254). Sum of RGB (Red+Green+Blue) = 205+216+254=675 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.37% from 675); Green value is 216 (84.77% from 255 or 32% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDD8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD8FE is #322701. Grayscale: #D8D8D8. Windows color (decimal): -3286786 or 16701645. OLE color: 16701645.

HSL color Cylindrical-coordinate representation of color #CDD8FE: hue angle of 226.53º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDD8FE is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB205216254-
CMYK0.190.1500.00
HSL226.53º96.08%90%-
HSV(B)226.53º19.29%99.61%-
XYZ67.6269.25103.57-
YUV217.04148.86119.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 30.37%
GREEN value IS 216 (84.77% from 255) = 32%
BLUE value IS 254 (99.61% from 255) = 37.63%
R=30.37%
G=32%
B=37.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052162540.190.1500.00226.5396.0890
HexCDD8FE13F00e3605a
Octal315330376231700343140132
Binary110011011101100011111110100111111001110001111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD8FE; }

 p { color: rgb(205,216,254); }

 H1.HeaderClassName
 {
   color: #CDD8FE;
 }
 .AnyTagClassName
 {
   color: #CDD8FE;
 }
</style>
background-color css

<style>
 a { background-color: #CDD8FE; }

 a { background-color: rgb(205,216,254); }

 div.DivClassName
 {
   background-color: #CDD8FE;
 }
 .BgClassName
 {
   background-color: #CDD8FE;
 }
</style>
border-color css

<style>
 span { border-color: #CDD8FE; }

 span { border-color: rgb(205,216,254); }

 td.TdClassName
 {
   border-color: #CDD8FE;
 }
 .TagClassName
 {
   border-color: #CDD8FE;
 }
</style>