Html Css Color HEX #E0CFDE Snuff

📋 copy color: '#E0CFDE'

red 224 ◦ green 207 ◦ blue 222

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

Shades of Snuff #E0CFDE

Tints of Snuff #E0CFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34%

R = 34.3%
G = 31.7%
B = 34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E0CFDE (or 0xE0CFDE) is known color: Snuff. HEX triplet: E0, CF and DE. RGB value is (224,207,222). Sum of RGB (Red+Green+Blue) = 224+207+222=653 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.30% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CFDE is #1F3021. Grayscale: #D5D5D5. Windows color (decimal): -2043938 or 14602208. OLE color: 14602208.

HSL color Cylindrical-coordinate representation of color #E0CFDE: hue angle of 307.06º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0CFDE is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 207 222 -
CMYK 0 0.08 0.01 0.12
HSL 307.06º 0.22% 0.85% -
HSV(B) 307.06º 0.08% 0.88% -
XYZ 66.24 65.75 78.31 -
YUV 213.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 224 207 222 0 0.08 0.01 0.12 307.06 0.22 0.85
Hex E0 CF DE 0 8 1 C 133 16 55
Octal 340 317 336 0 10 1 14 463 26 125
Binary 11100000 11001111 11011110 0 1000 1 1100 100110011 10110 1010101

Color Harmonies of #E0CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CFDE

Black with #E0CFDE

Text Example


Text Example

White with #E0CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CFDE; }

 p { color: rgb(224,207,222); }

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

background-color css

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

 a { background-color: rgb(224,207,222); }

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

border-color css

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

 span { border-color: rgb(224,207,222); }

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