#CCD5EB

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

Shades of Hawkes Blue #CCD5EB

Tints of Hawkes Blue #CCD5EB

Color information

#CCD5EB (or 0xCCD5EB) is unknown color: approx Hawkes Blue. HEX triplet: CC, D5 and EB. RGB value is (204,213,235). Sum of RGB (Red+Green+Blue) = 204+213+235=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 213 (83.59% from 255 or 32.67% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCD5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD5EB is #332A14. Grayscale: #D4D4D4. Windows color (decimal): -3353109 or 15455692. OLE color: 15455692.

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

Color convert

RGB204213235-
CMYK0.130.0900.08
HSL222.58º43.66%86.08%-
HSV(B)222.58º13.19%92.16%-
XYZ63.6966.4288.06-
YUV212.82140.52121.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.29%
GREEN value IS 213 (83.59% from 255) = 32.67%
BLUE value IS 235 (92.19% from 255) = 36.04%
R=31.29%
G=32.67%
B=36.04%

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
Decimal2042132350.130.0900.08222.5843.6686.08
HexCCD5EBD908df2c56
Octal314325353151101033754126
Binary1100110011010101111010111101100101000110111111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD5EB; }

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

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

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

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

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

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

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

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