#CCD8EB

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

Shades of Hawkes Blue #CCD8EB

Tints of Hawkes Blue #CCD8EB

Color information

#CCD8EB (or 0xCCD8EB) is unknown color: approx Hawkes Blue. HEX triplet: CC, D8 and EB. RGB value is (204,216,235). Sum of RGB (Red+Green+Blue) = 204+216+235=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 216 (84.77% from 255 or 32.98% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCD8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD8EB is #332714. Grayscale: #D6D6D6. Windows color (decimal): -3352341 or 15456460. OLE color: 15456460.

HSL color Cylindrical-coordinate representation of color #CCD8EB: hue angle of 216.77º 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 #CCD8EB is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204216235-
CMYK0.130.0800.08
HSL216.77º43.66%86.08%-
HSV(B)216.77º13.19%92.16%-
XYZ64.4567.9588.32-
YUV214.58139.52120.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.15%
GREEN value IS 216 (84.77% from 255) = 32.98%
BLUE value IS 235 (92.19% from 255) = 35.88%
R=31.15%
G=32.98%
B=35.88%

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
Decimal2042162350.130.0800.08216.7743.6686.08
HexCCD8EBD808d92c56
Octal314330353151001033154126
Binary1100110011011000111010111101100001000110110011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD8EB; }

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

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

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

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

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

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

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

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