Html Css Color HEX #CCE2FE Hawkes Blue

📋 copy color: '#CCE2FE'

red 204 ◦ green 226 ◦ blue 254

#CCE2FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hawkes Blue #CCE2FE

Tints of Hawkes Blue #CCE2FE

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 value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CCE2FE (or 0xCCE2FE) is known color: 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

RGB 204 226 254 -
CMYK 0.20 0.11 0 0.00
HSL 213.6º 0.96% 0.9% -
HSV(B) 213.6º 0.2% 1% -
XYZ 69.99 74.39 104.44 -
YUV 222.61 145.71 114.72 -
System Red Green Blue C M Y K H S L
Decimal 204 226 254 0.20 0.11 0 0.00 213.6 0.96 0.9
Hex CC E2 FE 14 B 0 0 D6 60 5A
Octal 314 342 376 24 13 0 0 326 140 132
Binary 11001100 11100010 11111110 10100 1011 0 0 11010110 1100000 1011010

Color Harmonies of #CCE2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE2FE

Black with #CCE2FE

Text Example


Text Example

White with #CCE2FE

Text Example


Text Example

HTML Codes & Css Web 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>