#CCD7EC

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

Shades of Hawkes Blue #CCD7EC

Tints of Hawkes Blue #CCD7EC

Color information

#CCD7EC (or 0xCCD7EC) is unknown color: approx Hawkes Blue. HEX triplet: CC, D7 and EC. RGB value is (204,215,236). Sum of RGB (Red+Green+Blue) = 204+215+236=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 215 (84.38% from 255 or 32.82% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCD7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD7EC is #332813. Grayscale: #D6D6D6. Windows color (decimal): -3352596 or 15521740. OLE color: 15521740.

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

Color convert

RGB204215236-
CMYK0.140.0900.07
HSL219.38º45.71%86.27%-
HSV(B)219.38º13.56%92.55%-
XYZ64.3467.4988.99-
YUV214.1140.36120.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.15%
GREEN value IS 215 (84.38% from 255) = 32.82%
BLUE value IS 236 (92.58% from 255) = 36.03%
R=31.15%
G=32.82%
B=36.03%

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
Decimal2042152360.140.0900.07219.3845.7186.27
HexCCD7ECE907db2e56
Octal31432735416110733356126
Binary110011001101011111101100111010010111110110111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD7EC; }

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

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

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

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

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

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

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

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