Html Css Color HEX #E0CCFF Fog

📋 copy color: '#E0CCFF'

red 224 ◦ green 204 ◦ blue 255

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

Shades of Fog #E0CCFF

Tints of Fog #E0CCFF

RGB

 RED value IS 224 (87.89% from 255) = 32.8%

 GREEN value IS 204 (80.08% from 255) = 29.87%

 BLUE value IS 255 (100% from 255) = 37.34%

R = 32.8%
G = 29.87%
B = 37.34%

CMYK

 C value IS 0.12

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E0CCFF (or 0xE0CCFF) is known color: Fog. HEX triplet: E0, CC and FF. RGB value is (224,204,255). Sum of RGB (Red+Green+Blue) = 224+204+255=683 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.80% from 683); Green value is 204 (80.08% from 255 or 29.87% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CCFF is #1F3300. Grayscale: #D7D7D7. Windows color (decimal): -2044673 or 16764128. OLE color: 16764128.

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

Color convert

RGB 224 204 255 -
CMYK 0.12 0.2 0 0
HSL 263.53º 1% 0.9% -
HSV(B) 263.53º 0.2% 1% -
XYZ 70.38 66.25 103.69 -
YUV 215.79 150.13 133.85 -
System Red Green Blue C M Y K H S L
Decimal 224 204 255 0.12 0.2 0 0 263.53 1 0.9
Hex E0 CC FF C 14 0 0 108 64 5A
Octal 340 314 377 14 24 0 0 410 144 132
Binary 11100000 11001100 11111111 1100 10100 0 0 100001000 1100100 1011010

Color Harmonies of #E0CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CCFF

Black with #E0CCFF

Text Example


Text Example

White with #E0CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CCFF; }

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

 H1.HeaderClassName
 {
   color: #E0CCFF;
 }
 .AnyTagClassName
 {
   color: #E0CCFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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