#CCD9EB

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

Shades of Hawkes Blue #CCD9EB

Tints of Hawkes Blue #CCD9EB

Color information

#CCD9EB (or 0xCCD9EB) is unknown color: approx Hawkes Blue. HEX triplet: CC, D9 and EB. RGB value is (204,217,235). Sum of RGB (Red+Green+Blue) = 204+217+235=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 217 (85.16% from 255 or 33.08% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCD9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD9EB is #332614. Grayscale: #D7D7D7. Windows color (decimal): -3352085 or 15456716. OLE color: 15456716.

HSL color Cylindrical-coordinate representation of color #CCD9EB: hue angle of 214.84º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCD9EB is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204217235-
CMYK0.130.0800.08
HSL214.84º43.66%86.08%-
HSV(B)214.84º13.19%92.16%-
XYZ64.7168.4688.4-
YUV215.16139.19120.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.10%
GREEN value IS 217 (85.16% from 255) = 33.08%
BLUE value IS 235 (92.19% from 255) = 35.82%
R=31.10%
G=33.08%
B=35.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042172350.130.0800.08214.8443.6686.08
HexCCD9EBD808d72c56
Octal314331353151001032754126
Binary1100110011011001111010111101100001000110101111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD9EB; }

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

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

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

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

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

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

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

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