#CCD6EB

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

Shades of Hawkes Blue #CCD6EB

Tints of Hawkes Blue #CCD6EB

Color information

#CCD6EB (or 0xCCD6EB) is unknown color: approx Hawkes Blue. HEX triplet: CC, D6 and EB. RGB value is (204,214,235). Sum of RGB (Red+Green+Blue) = 204+214+235=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 214 (83.98% from 255 or 32.77% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCD6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD6EB is #332914. Grayscale: #D5D5D5. Windows color (decimal): -3352853 or 15455948. OLE color: 15455948.

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

Color convert

RGB204214235-
CMYK0.130.0900.08
HSL220.65º43.66%86.08%-
HSV(B)220.65º13.19%92.16%-
XYZ63.9466.9388.15-
YUV213.4140.19121.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.24%
GREEN value IS 214 (83.98% from 255) = 32.77%
BLUE value IS 235 (92.19% from 255) = 35.99%
R=31.24%
G=32.77%
B=35.99%

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
Decimal2042142350.130.0900.08220.6543.6686.08
HexCCD6EBD908dd2c56
Octal314326353151101033554126
Binary1100110011010110111010111101100101000110111011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD6EB; }

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

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

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

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

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

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

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

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