#CCE2FE

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

Shades of Hawkes Blue #CCE2FE

Tints of Hawkes Blue #CCE2FE

Color information

#CCE2FE (or 0xCCE2FE) is unknown color: approx Hawkes Blue. HEX triplet: CC, E2 and FE. RGB value is (204,226,254). Sum of RGB (Red+Green+Blue) = 204+226+254=684 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.82% from 684); Green value is 226 (88.67% from 255 or 33.04% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCE2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE2FE is #331D01. Grayscale: #DEDEDE. Windows color (decimal): -3349762 or 16704204. OLE color: 16704204.

HSL color Cylindrical-coordinate representation of color #CCE2FE: hue angle of 213.6º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCE2FE is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB204226254-
CMYK0.200.1100.00
HSL213.6º96.15%89.8%-
HSV(B)213.6º19.69%99.61%-
XYZ69.9974.39104.44-
YUV222.61145.71114.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.82%
GREEN value IS 226 (88.67% from 255) = 33.04%
BLUE value IS 254 (99.61% from 255) = 37.13%
R=29.82%
G=33.04%
B=37.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042262540.200.1100.00213.696.1589.8
HexCCE2FE14B00d6605a
Octal314342376241300326140132
Binary110011001110001011111110101001011001101011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE2FE; }

 p { color: rgb(204,226,254); }

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

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

 a { background-color: rgb(204,226,254); }

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

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

 span { border-color: rgb(204,226,254); }

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