#CCE2FF

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

Shades of Hawkes Blue #CCE2FF

Tints of Hawkes Blue #CCE2FF

Color information

#CCE2FF (or 0xCCE2FF) is unknown color: approx Hawkes Blue. HEX triplet: CC, E2 and FF. RGB value is (204,226,255). Sum of RGB (Red+Green+Blue) = 204+226+255=685 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.78% from 685); Green value is 226 (88.67% from 255 or 32.99% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCE2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE2FF is #331D00. Grayscale: #DEDEDE. Windows color (decimal): -3349761 or 16769740. OLE color: 16769740.

HSL color Cylindrical-coordinate representation of color #CCE2FF: hue angle of 214.12º 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 #CCE2FF is Cyan = 0.2, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204226255-
CMYK0.20.1100
HSL214.12º100%90%-
HSV(B)214.12º20%100%-
XYZ70.1574.45105.28-
YUV222.73146.21114.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.78%
GREEN value IS 226 (88.67% from 255) = 32.99%
BLUE value IS 255 (100% from 255) = 37.23%
R=29.78%
G=32.99%
B=37.23%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042262550.20.1100214.1210090
HexCCE2FF14B00d6645a
Octal314342377241300326144132
Binary110011001110001011111111101001011001101011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE2FF; }

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

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

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

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

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

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

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

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