#CCE0FE

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

Shades of Hawkes Blue #CCE0FE

Tints of Hawkes Blue #CCE0FE

Color information

#CCE0FE (or 0xCCE0FE) is unknown color: approx Hawkes Blue. HEX triplet: CC, E0 and FE. RGB value is (204,224,254). Sum of RGB (Red+Green+Blue) = 204+224+254=682 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.91% from 682); Green value is 224 (87.89% from 255 or 32.84% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCE0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE0FE is #331F01. Grayscale: #DDDDDD. Windows color (decimal): -3350274 or 16703692. OLE color: 16703692.

HSL color Cylindrical-coordinate representation of color #CCE0FE: hue angle of 216º 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 #CCE0FE is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB204224254-
CMYK0.200.1200.00
HSL216º96.15%89.8%-
HSV(B)216º19.69%99.61%-
XYZ69.4573.3104.25-
YUV221.44146.37115.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.91%
GREEN value IS 224 (87.89% from 255) = 32.84%
BLUE value IS 254 (99.61% from 255) = 37.24%
R=29.91%
G=32.84%
B=37.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042242540.200.1200.0021696.1589.8
HexCCE0FE14C00d8605a
Octal314340376241400330140132
Binary110011001110000011111110101001100001101100011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE0FE; }

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

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

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

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

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

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

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

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