#CCDEFE

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

Shades of Hawkes Blue #CCDEFE

Tints of Hawkes Blue #CCDEFE

Color information

#CCDEFE (or 0xCCDEFE) is unknown color: approx Hawkes Blue. HEX triplet: CC, DE and FE. RGB value is (204,222,254). Sum of RGB (Red+Green+Blue) = 204+222+254=680 (90% of max value = 765). Red value is 204 (80.08% from 255 or 30% from 680); Green value is 222 (87.11% from 255 or 32.65% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCDEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDEFE is #332101. Grayscale: #DCDCDC. Windows color (decimal): -3350786 or 16703180. OLE color: 16703180.

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

Color convert

RGB204222254-
CMYK0.200.1300.00
HSL218.4º96.15%89.8%-
HSV(B)218.4º19.69%99.61%-
XYZ68.9172.24104.08-
YUV220.27147.04116.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30%
GREEN value IS 222 (87.11% from 255) = 32.65%
BLUE value IS 254 (99.61% from 255) = 37.35%
R=30%
G=32.65%
B=37.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042222540.200.1300.00218.496.1589.8
HexCCDEFE14D00da605a
Octal314336376241500332140132
Binary110011001101111011111110101001101001101101011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDEFE; }

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

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

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

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

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

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

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

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