#CCD8E7

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

Shades of Hawkes Blue #CCD8E7

Tints of Hawkes Blue #CCD8E7

Color information

#CCD8E7 (or 0xCCD8E7) is unknown color: approx Hawkes Blue. HEX triplet: CC, D8 and E7. RGB value is (204,216,231). Sum of RGB (Red+Green+Blue) = 204+216+231=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 216 (84.77% from 255 or 33.18% from 651); Blue value is 231 (90.62% from 255 or 35.48% from 651); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCD8E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD8E7 is #332718. Grayscale: #D6D6D6. Windows color (decimal): -3352345 or 15194316. OLE color: 15194316.

HSL color Cylindrical-coordinate representation of color #CCD8E7: hue angle of 213.33º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCD8E7 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204216231-
CMYK0.120.0600.09
HSL213.33º36%85.29%-
HSV(B)213.33º11.69%90.59%-
XYZ63.8867.7285.31-
YUV214.12137.52120.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.34%
GREEN value IS 216 (84.77% from 255) = 33.18%
BLUE value IS 231 (90.62% from 255) = 35.48%
R=31.34%
G=33.18%
B=35.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042162310.120.0600.09213.333685.29
HexCCD8E7C609d52455
Octal31433034714601132544125
Binary110011001101100011100111110011001001110101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD8E7; }

 p { color: rgb(204,216,231); }

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

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

 a { background-color: rgb(204,216,231); }

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

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

 span { border-color: rgb(204,216,231); }

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