#CCD9EE

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

Shades of Hawkes Blue #CCD9EE

Tints of Hawkes Blue #CCD9EE

Color information

#CCD9EE (or 0xCCD9EE) is unknown color: approx Hawkes Blue. HEX triplet: CC, D9 and EE. RGB value is (204,217,238). Sum of RGB (Red+Green+Blue) = 204+217+238=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 217 (85.16% from 255 or 32.93% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCD9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD9EE is #332611. Grayscale: #D7D7D7. Windows color (decimal): -3352082 or 15653324. OLE color: 15653324.

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

Color convert

RGB204217238-
CMYK0.140.0900.07
HSL217.06º50%86.67%-
HSV(B)217.06º14.29%93.33%-
XYZ65.1568.6490.7-
YUV215.51140.69119.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.96%
GREEN value IS 217 (85.16% from 255) = 32.93%
BLUE value IS 238 (93.36% from 255) = 36.12%
R=30.96%
G=32.93%
B=36.12%

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
Decimal2042172380.140.0900.07217.065086.67
HexCCD9EEE907d93257
Octal31433135616110733162127
Binary110011001101100111101110111010010111110110011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD9EE; }

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

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

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

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

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

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

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

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