#CCD6ED

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

Shades of Hawkes Blue #CCD6ED

Tints of Hawkes Blue #CCD6ED

Color information

#CCD6ED (or 0xCCD6ED) is unknown color: approx Hawkes Blue. HEX triplet: CC, D6 and ED. RGB value is (204,214,237). Sum of RGB (Red+Green+Blue) = 204+214+237=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCD6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD6ED is #332912. Grayscale: #D5D5D5. Windows color (decimal): -3352851 or 15587020. OLE color: 15587020.

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

Color convert

RGB204214237-
CMYK0.140.1000.07
HSL221.82º47.83%86.47%-
HSV(B)221.82º13.92%92.94%-
XYZ64.2367.0489.68-
YUV213.63141.19121.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.15%
GREEN value IS 214 (83.98% from 255) = 32.67%
BLUE value IS 237 (92.97% from 255) = 36.18%
R=31.15%
G=32.67%
B=36.18%

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
Decimal2042142370.140.1000.07221.8247.8386.47
HexCCD6EDEA07de3056
Octal31432635516120733660126
Binary110011001101011011101101111010100111110111101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD6ED; }

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

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

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

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

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

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

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

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