#CCD7EE

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

Shades of Hawkes Blue #CCD7EE

Tints of Hawkes Blue #CCD7EE

Color information

#CCD7EE (or 0xCCD7EE) is unknown color: approx Hawkes Blue. HEX triplet: CC, D7 and EE. RGB value is (204,215,238). Sum of RGB (Red+Green+Blue) = 204+215+238=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 215 (84.38% from 255 or 32.72% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCD7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD7EE is #332811. Grayscale: #D6D6D6. Windows color (decimal): -3352594 or 15652812. OLE color: 15652812.

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

Color convert

RGB204215238-
CMYK0.140.1000.07
HSL220.59º50%86.67%-
HSV(B)220.59º14.29%93.33%-
XYZ64.6367.6190.53-
YUV214.33141.36120.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.05%
GREEN value IS 215 (84.38% from 255) = 32.72%
BLUE value IS 238 (93.36% from 255) = 36.23%
R=31.05%
G=32.72%
B=36.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042152380.140.1000.07220.595086.67
HexCCD7EEEA07dd3257
Octal31432735616120733562127
Binary110011001101011111101110111010100111110111011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD7EE; }

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

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

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

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

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

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

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

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