#CCD9E7

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

Shades of Hawkes Blue #CCD9E7

Tints of Hawkes Blue #CCD9E7

Color information

#CCD9E7 (or 0xCCD9E7) is unknown color: approx Hawkes Blue. HEX triplet: CC, D9 and E7. RGB value is (204,217,231). Sum of RGB (Red+Green+Blue) = 204+217+231=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 231 (90.62% from 255 or 35.43% from 652); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCD9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD9E7 is #332618. Grayscale: #D6D6D6. Windows color (decimal): -3352089 or 15194572. OLE color: 15194572.

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

Color convert

RGB204217231-
CMYK0.120.0600.09
HSL211.11º36%85.29%-
HSV(B)211.11º11.69%90.59%-
XYZ64.1468.2385.39-
YUV214.71137.19120.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.29%
GREEN value IS 217 (85.16% from 255) = 33.28%
BLUE value IS 231 (90.62% from 255) = 35.43%
R=31.29%
G=33.28%
B=35.43%

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
Decimal2042172310.120.0600.09211.113685.29
HexCCD9E7C609d32455
Octal31433134714601132344125
Binary110011001101100111100111110011001001110100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD9E7; }

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

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

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

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

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

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

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

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