Html Css Color HEX #E1CFF6 Fog

📋 copy color: '#E1CFF6'

red 225 ◦ green 207 ◦ blue 246

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

Shades of Fog #E1CFF6

Tints of Fog #E1CFF6

RGB

 RED value IS 225 (88.28% from 255) = 33.19%

 GREEN value IS 207 (81.25% from 255) = 30.53%

 BLUE value IS 246 (96.48% from 255) = 36.28%

R = 33.19%
G = 30.53%
B = 36.28%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E1CFF6 (or 0xE1CFF6) is known color: Fog. HEX triplet: E1, CF and F6. RGB value is (225,207,246). Sum of RGB (Red+Green+Blue) = 225+207+246=678 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.19% from 678); Green value is 207 (81.25% from 255 or 30.53% from 678); Blue value is 246 (96.48% from 255 or 36.28% from 678); Max value from RGB is 246 - color contains mainly: blue. Hex color #E1CFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CFF6 is #1E3009. Grayscale: #D8D8D8. Windows color (decimal): -1978378 or 16175073. OLE color: 16175073.

HSL color Cylindrical-coordinate representation of color #E1CFF6: hue angle of 267.69º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1CFF6 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 225 207 246 -
CMYK 0.09 0.16 0 0.04
HSL 267.69º 0.68% 0.89% -
HSV(B) 267.69º 0.16% 0.96% -
XYZ 70 67.29 96.49 -
YUV 216.83 144.46 133.83 -
System Red Green Blue C M Y K H S L
Decimal 225 207 246 0.09 0.16 0 0.04 267.69 0.68 0.89
Hex E1 CF F6 9 10 0 4 10C 44 59
Octal 341 317 366 11 20 0 4 414 104 131
Binary 11100001 11001111 11110110 1001 10000 0 100 100001100 1000100 1011001

Color Harmonies of #E1CFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CFF6

Black with #E1CFF6

Text Example


Text Example

White with #E1CFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CFF6; }

 p { color: rgb(225,207,246); }

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

background-color css

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

 a { background-color: rgb(225,207,246); }

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

border-color css

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

 span { border-color: rgb(225,207,246); }

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