#CCD2EC

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

Shades of Hawkes Blue #CCD2EC

Tints of Hawkes Blue #CCD2EC

Color information

#CCD2EC (or 0xCCD2EC) is unknown color: approx Hawkes Blue. HEX triplet: CC, D2 and EC. RGB value is (204,210,236). Sum of RGB (Red+Green+Blue) = 204+210+236=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 210 (82.42% from 255 or 32.31% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCD2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD2EC is #332D13. Grayscale: #D3D3D3. Windows color (decimal): -3353876 or 15520460. OLE color: 15520460.

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

Color convert

RGB204210236-
CMYK0.140.1100.07
HSL228.75º45.71%86.27%-
HSV(B)228.75º13.56%92.55%-
XYZ63.0964.9988.58-
YUV211.17142.01122.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.38%
GREEN value IS 210 (82.42% from 255) = 32.31%
BLUE value IS 236 (92.58% from 255) = 36.31%
R=31.38%
G=32.31%
B=36.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042102360.140.1100.07228.7545.7186.27
HexCCD2ECEB07e52e56
Octal31432235416130734556126
Binary110011001101001011101100111010110111111001011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD2EC; }

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

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

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

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

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

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

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

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