#CCD6EA

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

Shades of Hawkes Blue #CCD6EA

Tints of Hawkes Blue #CCD6EA

Color information

#CCD6EA (or 0xCCD6EA) is unknown color: approx Hawkes Blue. HEX triplet: CC, D6 and EA. RGB value is (204,214,234). Sum of RGB (Red+Green+Blue) = 204+214+234=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 214 (83.98% from 255 or 32.82% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCD6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD6EA is #332915. Grayscale: #D5D5D5. Windows color (decimal): -3352854 or 15390412. OLE color: 15390412.

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

Color convert

RGB204214234-
CMYK0.130.0900.08
HSL220º41.67%85.88%-
HSV(B)220º12.82%91.76%-
XYZ63.866.8787.39-
YUV213.29139.69121.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.29%
GREEN value IS 214 (83.98% from 255) = 32.82%
BLUE value IS 234 (91.80% from 255) = 35.89%
R=31.29%
G=32.82%
B=35.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042142340.130.0900.0822041.6785.88
HexCCD6EAD908dc2a56
Octal314326352151101033452126
Binary1100110011010110111010101101100101000110111001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD6EA; }

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

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

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

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

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

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

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

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