#CCD8EC

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

Shades of Hawkes Blue #CCD8EC

Tints of Hawkes Blue #CCD8EC

Color information

#CCD8EC (or 0xCCD8EC) is unknown color: approx Hawkes Blue. HEX triplet: CC, D8 and EC. RGB value is (204,216,236). Sum of RGB (Red+Green+Blue) = 204+216+236=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 216 (84.77% from 255 or 32.93% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCD8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD8EC is #332713. Grayscale: #D6D6D6. Windows color (decimal): -3352340 or 15521996. OLE color: 15521996.

HSL color Cylindrical-coordinate representation of color #CCD8EC: hue angle of 217.5º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCD8EC is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204216236-
CMYK0.140.0800.07
HSL217.5º45.71%86.27%-
HSV(B)217.5º13.56%92.55%-
XYZ64.668.0189.08-
YUV214.69140.02120.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.10%
GREEN value IS 216 (84.77% from 255) = 32.93%
BLUE value IS 236 (92.58% from 255) = 35.98%
R=31.10%
G=32.93%
B=35.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042162360.140.0800.07217.545.7186.27
HexCCD8ECE807da2e56
Octal31433035416100733256126
Binary110011001101100011101100111010000111110110101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD8EC; }

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

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

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

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

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

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

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

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