#CCD6EC

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

Shades of Hawkes Blue #CCD6EC

Tints of Hawkes Blue #CCD6EC

Color information

#CCD6EC (or 0xCCD6EC) is unknown color: approx Hawkes Blue. HEX triplet: CC, D6 and EC. RGB value is (204,214,236). Sum of RGB (Red+Green+Blue) = 204+214+236=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCD6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD6EC is #332913. Grayscale: #D5D5D5. Windows color (decimal): -3352852 or 15521484. OLE color: 15521484.

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

Color convert

RGB204214236-
CMYK0.140.0900.07
HSL221.25º45.71%86.27%-
HSV(B)221.25º13.56%92.55%-
XYZ64.0966.9988.91-
YUV213.52140.69121.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.19%
GREEN value IS 214 (83.98% from 255) = 32.72%
BLUE value IS 236 (92.58% from 255) = 36.09%
R=31.19%
G=32.72%
B=36.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042142360.140.0900.07221.2545.7186.27
HexCCD6ECE907dd2e56
Octal31432635416110733556126
Binary110011001101011011101100111010010111110111011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD6EC; }

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

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

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

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

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

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

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

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