#CCDAE9

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

Shades of Hawkes Blue #CCDAE9

Tints of Hawkes Blue #CCDAE9

Color information

#CCDAE9 (or 0xCCDAE9) is unknown color: approx Hawkes Blue. HEX triplet: CC, DA and E9. RGB value is (204,218,233). Sum of RGB (Red+Green+Blue) = 204+218+233=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 233 (91.41% from 255 or 35.57% from 655); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCDAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDAE9 is #332516. Grayscale: #D7D7D7. Windows color (decimal): -3351831 or 15325900. OLE color: 15325900.

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

Color convert

RGB204218233-
CMYK0.120.0600.09
HSL211.03º39.73%85.69%-
HSV(B)211.03º12.45%91.37%-
XYZ64.6868.8686.97-
YUV215.52137.86119.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.15%
GREEN value IS 218 (85.55% from 255) = 33.28%
BLUE value IS 233 (91.41% from 255) = 35.57%
R=31.15%
G=33.28%
B=35.57%

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
Decimal2042182330.120.0600.09211.0339.7385.69
HexCCDAE9C609d32856
Octal31433235114601132350126
Binary110011001101101011101001110011001001110100111010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDAE9; }

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

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

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

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

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

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

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

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