#CCD2EE

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

Shades of Hawkes Blue #CCD2EE

Tints of Hawkes Blue #CCD2EE

Color information

#CCD2EE (or 0xCCD2EE) is unknown color: approx Hawkes Blue. HEX triplet: CC, D2 and EE. RGB value is (204,210,238). Sum of RGB (Red+Green+Blue) = 204+210+238=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 210 (82.42% from 255 or 32.21% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCD2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD2EE is #332D11. Grayscale: #D3D3D3. Windows color (decimal): -3353874 or 15651532. OLE color: 15651532.

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

Color convert

RGB204210238-
CMYK0.140.1200.07
HSL229.41º50%86.67%-
HSV(B)229.41º14.29%93.33%-
XYZ63.3865.190.11-
YUV211.4143.01122.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.29%
GREEN value IS 210 (82.42% from 255) = 32.21%
BLUE value IS 238 (93.36% from 255) = 36.50%
R=31.29%
G=32.21%
B=36.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042102380.140.1200.07229.415086.67
HexCCD2EEEC07e53257
Octal31432235616140734562127
Binary110011001101001011101110111011000111111001011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD2EE; }

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

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

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

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

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

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

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

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