#CCD8EA

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

Shades of Hawkes Blue #CCD8EA

Tints of Hawkes Blue #CCD8EA

Color information

#CCD8EA (or 0xCCD8EA) is unknown color: approx Hawkes Blue. HEX triplet: CC, D8 and EA. RGB value is (204,216,234). Sum of RGB (Red+Green+Blue) = 204+216+234=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 216 (84.77% from 255 or 33.03% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCD8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD8EA is #332715. Grayscale: #D6D6D6. Windows color (decimal): -3352342 or 15390924. OLE color: 15390924.

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

Color convert

RGB204216234-
CMYK0.130.0800.08
HSL216º41.67%85.88%-
HSV(B)216º12.82%91.76%-
XYZ64.3167.8987.56-
YUV214.46139.02120.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.19%
GREEN value IS 216 (84.77% from 255) = 33.03%
BLUE value IS 234 (91.80% from 255) = 35.78%
R=31.19%
G=33.03%
B=35.78%

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
Decimal2042162340.130.0800.0821641.6785.88
HexCCD8EAD808d82a56
Octal314330352151001033052126
Binary1100110011011000111010101101100001000110110001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD8EA; }

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

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

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

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

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

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

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

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