Html Css Color HEX #CCE2FF Hawkes Blue

📋 copy color: '#CCE2FF'

red 204 ◦ green 226 ◦ blue 255

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

Shades of Hawkes Blue #CCE2FF

Tints of Hawkes Blue #CCE2FF

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

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

RGB 204 226 255 -
CMYK 0.2 0.11 0 0
HSL 214.12º 1% 0.9% -
HSV(B) 214.12º 0.2% 1% -
XYZ 70.15 74.45 105.28 -
YUV 222.73 146.21 114.64 -
System Red Green Blue C M Y K H S L
Decimal 204 226 255 0.2 0.11 0 0 214.12 1 0.9
Hex CC E2 FF 14 B 0 0 D6 64 5A
Octal 314 342 377 24 13 0 0 326 144 132
Binary 11001100 11100010 11111111 10100 1011 0 0 11010110 1100100 1011010

Color Harmonies of #CCE2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE2FF

Black with #CCE2FF

Text Example


Text Example

White with #CCE2FF

Text Example


Text Example

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