#CCD6EE

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

Shades of Hawkes Blue #CCD6EE

Tints of Hawkes Blue #CCD6EE

Color information

#CCD6EE (or 0xCCD6EE) is unknown color: approx Hawkes Blue. HEX triplet: CC, D6 and EE. RGB value is (204,214,238). Sum of RGB (Red+Green+Blue) = 204+214+238=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 214 (83.98% from 255 or 32.62% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCD6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD6EE is #332911. Grayscale: #D5D5D5. Windows color (decimal): -3352850 or 15652556. OLE color: 15652556.

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

Color convert

RGB204214238-
CMYK0.140.1000.07
HSL222.35º50%86.67%-
HSV(B)222.35º14.29%93.33%-
XYZ64.3867.190.45-
YUV213.75141.69121.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.10%
GREEN value IS 214 (83.98% from 255) = 32.62%
BLUE value IS 238 (93.36% from 255) = 36.28%
R=31.10%
G=32.62%
B=36.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042142380.140.1000.07222.355086.67
HexCCD6EEEA07de3257
Octal31432635616120733662127
Binary110011001101011011101110111010100111110111101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD6EE; }

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

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

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

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

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

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

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

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