#CDD3E9

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

Shades of Hawkes Blue #CDD3E9

Tints of Hawkes Blue #CDD3E9

Color information

#CDD3E9 (or 0xCDD3E9) is unknown color: approx Hawkes Blue. HEX triplet: CD, D3 and E9. RGB value is (205,211,233). Sum of RGB (Red+Green+Blue) = 205+211+233=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 211 (82.81% from 255 or 32.51% from 649); Blue value is 233 (91.41% from 255 or 35.90% from 649); Max value from RGB is 233 - color contains mainly: blue. Hex color #CDD3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD3E9 is #322C16. Grayscale: #D3D3D3. Windows color (decimal): -3288087 or 15324109. OLE color: 15324109.

HSL color Cylindrical-coordinate representation of color #CDD3E9: hue angle of 227.14º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDD3E9 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205211233-
CMYK0.120.0900.09
HSL227.14º38.89%85.88%-
HSV(B)227.14º12.02%91.37%-
XYZ63.1865.4586.39-
YUV211.71140.01123.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.59%
GREEN value IS 211 (82.81% from 255) = 32.51%
BLUE value IS 233 (91.41% from 255) = 35.90%
R=31.59%
G=32.51%
B=35.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052112330.120.0900.09227.1438.8985.88
HexCDD3E9C909e32756
Octal315323351141101134347126
Binary1100110111010011111010011100100101001111000111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD3E9; }

 p { color: rgb(205,211,233); }

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

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

 a { background-color: rgb(205,211,233); }

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

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

 span { border-color: rgb(205,211,233); }

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