#CCD9EC

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

Shades of Hawkes Blue #CCD9EC

Tints of Hawkes Blue #CCD9EC

Color information

#CCD9EC (or 0xCCD9EC) is unknown color: approx Hawkes Blue. HEX triplet: CC, D9 and EC. RGB value is (204,217,236). Sum of RGB (Red+Green+Blue) = 204+217+236=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCD9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD9EC is #332613. Grayscale: #D7D7D7. Windows color (decimal): -3352084 or 15522252. OLE color: 15522252.

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

Color convert

RGB204217236-
CMYK0.140.0800.07
HSL215.62º45.71%86.27%-
HSV(B)215.62º13.56%92.55%-
XYZ64.8668.5289.16-
YUV215.28139.69119.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.05%
GREEN value IS 217 (85.16% from 255) = 33.03%
BLUE value IS 236 (92.58% from 255) = 35.92%
R=31.05%
G=33.03%
B=35.92%

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
Decimal2042172360.140.0800.07215.6245.7186.27
HexCCD9ECE807d82e56
Octal31433135416100733056126
Binary110011001101100111101100111010000111110110001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD9EC; }

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

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

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

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

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

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

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

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