#CCD8ED

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

Shades of Hawkes Blue #CCD8ED

Tints of Hawkes Blue #CCD8ED

Color information

#CCD8ED (or 0xCCD8ED) is unknown color: approx Hawkes Blue. HEX triplet: CC, D8 and ED. RGB value is (204,216,237). Sum of RGB (Red+Green+Blue) = 204+216+237=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 216 (84.77% from 255 or 32.88% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCD8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD8ED is #332712. Grayscale: #D6D6D6. Windows color (decimal): -3352339 or 15587532. OLE color: 15587532.

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

Color convert

RGB204216237-
CMYK0.140.0900.07
HSL218.18º47.83%86.47%-
HSV(B)218.18º13.92%92.94%-
XYZ64.7468.0689.85-
YUV214.81140.52120.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.05%
GREEN value IS 216 (84.77% from 255) = 32.88%
BLUE value IS 237 (92.97% from 255) = 36.07%
R=31.05%
G=32.88%
B=36.07%

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
Decimal2042162370.140.0900.07218.1847.8386.47
HexCCD8EDE907da3056
Octal31433035516110733260126
Binary110011001101100011101101111010010111110110101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD8ED; }

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

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

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

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

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

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

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

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