#CCE1FF

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

Shades of Hawkes Blue #CCE1FF

Tints of Hawkes Blue #CCE1FF

Color information

#CCE1FF (or 0xCCE1FF) is unknown color: approx Hawkes Blue. HEX triplet: CC, E1 and FF. RGB value is (204,225,255). Sum of RGB (Red+Green+Blue) = 204+225+255=684 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.82% from 684); Green value is 225 (88.28% from 255 or 32.89% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCE1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE1FF is #331E00. Grayscale: #DEDEDE. Windows color (decimal): -3350017 or 16769484. OLE color: 16769484.

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

Color convert

RGB204225255-
CMYK0.20.1200
HSL215.29º100%90%-
HSV(B)215.29º20%100%-
XYZ69.8873.91105.19-
YUV222.14146.54115.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.82%
GREEN value IS 225 (88.28% from 255) = 32.89%
BLUE value IS 255 (100% from 255) = 37.28%
R=29.82%
G=32.89%
B=37.28%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042252550.20.1200215.2910090
HexCCE1FF14C00d7645a
Octal314341377241400327144132
Binary110011001110000111111111101001100001101011111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE1FF; }

 p { color: rgb(204,225,255); }

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

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

 a { background-color: rgb(204,225,255); }

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

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

 span { border-color: rgb(204,225,255); }

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