#CCD8E8

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

Shades of Hawkes Blue #CCD8E8

Tints of Hawkes Blue #CCD8E8

Color information

#CCD8E8 (or 0xCCD8E8) is unknown color: approx Hawkes Blue. HEX triplet: CC, D8 and E8. RGB value is (204,216,232). Sum of RGB (Red+Green+Blue) = 204+216+232=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 216 (84.77% from 255 or 33.13% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCD8E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD8E8 is #332717. Grayscale: #D6D6D6. Windows color (decimal): -3352344 or 15259852. OLE color: 15259852.

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

Color convert

RGB204216232-
CMYK0.120.0700.09
HSL214.29º37.84%85.49%-
HSV(B)214.29º12.07%90.98%-
XYZ64.0267.7886.05-
YUV214.24138.02120.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.29%
GREEN value IS 216 (84.77% from 255) = 33.13%
BLUE value IS 232 (91.02% from 255) = 35.58%
R=31.29%
G=33.13%
B=35.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042162320.120.0700.09214.2937.8485.49
HexCCD8E8C709d62655
Octal31433035014701132646125
Binary110011001101100011101000110011101001110101101001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD8E8; }

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

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

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

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

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

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

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

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