#CCDAE8

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

Shades of Hawkes Blue #CCDAE8

Tints of Hawkes Blue #CCDAE8

Color information

#CCDAE8 (or 0xCCDAE8) is unknown color: approx Hawkes Blue. HEX triplet: CC, DA and E8. RGB value is (204,218,232). Sum of RGB (Red+Green+Blue) = 204+218+232=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCDAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDAE8 is #332517. Grayscale: #D7D7D7. Windows color (decimal): -3351832 or 15260364. OLE color: 15260364.

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

Color convert

RGB204218232-
CMYK0.120.0600.09
HSL210º37.84%85.49%-
HSV(B)210º12.07%90.98%-
XYZ64.5468.8186.22-
YUV215.41137.36119.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.19%
GREEN value IS 218 (85.55% from 255) = 33.33%
BLUE value IS 232 (91.02% from 255) = 35.47%
R=31.19%
G=33.33%
B=35.47%

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
Decimal2042182320.120.0600.0921037.8485.49
HexCCDAE8C609d22655
Octal31433235014601132246125
Binary110011001101101011101000110011001001110100101001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDAE8; }

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

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

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

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

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

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

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

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