#CCD8EE

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

Shades of Hawkes Blue #CCD8EE

Tints of Hawkes Blue #CCD8EE

Color information

#CCD8EE (or 0xCCD8EE) is unknown color: approx Hawkes Blue. HEX triplet: CC, D8 and EE. RGB value is (204,216,238). Sum of RGB (Red+Green+Blue) = 204+216+238=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 216 (84.77% from 255 or 32.83% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCD8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD8EE is #332711. Grayscale: #D6D6D6. Windows color (decimal): -3352338 or 15653068. OLE color: 15653068.

HSL color Cylindrical-coordinate representation of color #CCD8EE: hue angle of 218.82º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCD8EE is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204216238-
CMYK0.140.0900.07
HSL218.82º50%86.67%-
HSV(B)218.82º14.29%93.33%-
XYZ64.8968.1290.62-
YUV214.92141.02120.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.00%
GREEN value IS 216 (84.77% from 255) = 32.83%
BLUE value IS 238 (93.36% from 255) = 36.17%
R=31.00%
G=32.83%
B=36.17%

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
Decimal2042162380.140.0900.07218.825086.67
HexCCD8EEE907db3257
Octal31433035616110733362127
Binary110011001101100011101110111010010111110110111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD8EE; }

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

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

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

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

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

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

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

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