#CDDAE9

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

Shades of Hawkes Blue #CDDAE9

Tints of Hawkes Blue #CDDAE9

Color information

#CDDAE9 (or 0xCDDAE9) is unknown color: approx Hawkes Blue. HEX triplet: CD, DA and E9. RGB value is (205,218,233). Sum of RGB (Red+Green+Blue) = 205+218+233=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 233 (91.41% from 255 or 35.52% from 656); Max value from RGB is 233 - color contains mainly: blue. Hex color #CDDAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDAE9 is #322516. Grayscale: #D7D7D7. Windows color (decimal): -3286295 or 15325901. OLE color: 15325901.

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

Color convert

RGB205218233-
CMYK0.120.0600.09
HSL212.14º38.89%85.88%-
HSV(B)212.14º12.02%91.37%-
XYZ64.9669.0186.99-
YUV215.82137.69120.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.25%
GREEN value IS 218 (85.55% from 255) = 33.23%
BLUE value IS 233 (91.41% from 255) = 35.52%
R=31.25%
G=33.23%
B=35.52%

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
Decimal2052182330.120.0600.09212.1438.8985.88
HexCDDAE9C609d42756
Octal31533235114601132447126
Binary110011011101101011101001110011001001110101001001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDAE9; }

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

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

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

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

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

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

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

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