#CDDAE8

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

Shades of Hawkes Blue #CDDAE8

Tints of Hawkes Blue #CDDAE8

Color information

#CDDAE8 (or 0xCDDAE8) is unknown color: approx Hawkes Blue. HEX triplet: CD, DA and E8. RGB value is (205,218,232). Sum of RGB (Red+Green+Blue) = 205+218+232=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 232 (91.02% from 255 or 35.42% from 655); Max value from RGB is 232 - color contains mainly: blue. Hex color #CDDAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDAE8 is #322517. Grayscale: #D7D7D7. Windows color (decimal): -3286296 or 15260365. OLE color: 15260365.

HSL color Cylindrical-coordinate representation of color #CDDAE8: hue angle of 211.11º degrees, saturation: 0.37, 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 #CDDAE8 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205218232-
CMYK0.120.0600.09
HSL211.11º36.99%85.69%-
HSV(B)211.11º11.64%90.98%-
XYZ64.8168.9586.24-
YUV215.71137.19120.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.30%
GREEN value IS 218 (85.55% from 255) = 33.28%
BLUE value IS 232 (91.02% from 255) = 35.42%
R=31.30%
G=33.28%
B=35.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052182320.120.0600.09211.1136.9985.69
HexCDDAE8C609d32556
Octal31533235014601132345126
Binary110011011101101011101000110011001001110100111001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDAE8; }

 p { color: rgb(205,218,232); }

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

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

 a { background-color: rgb(205,218,232); }

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

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

 span { border-color: rgb(205,218,232); }

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