Html Css Color HEX #ECCDEA Snuff

📋 copy color: '#ECCDEA'

red 236 ◦ green 205 ◦ blue 234

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

Shades of Snuff #ECCDEA

Tints of Snuff #ECCDEA

RGB

 RED value IS 236 (92.58% from 255) = 34.96%

 GREEN value IS 205 (80.47% from 255) = 30.37%

 BLUE value IS 234 (91.8% from 255) = 34.67%

R = 34.96%
G = 30.37%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ECCDEA (or 0xECCDEA) is known color: Snuff. HEX triplet: EC, CD and EA. RGB value is (236,205,234). Sum of RGB (Red+Green+Blue) = 236+205+234=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 205 (80.47% from 255 or 30.37% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCDEA is #133215. Grayscale: #D9D9D9. Windows color (decimal): -1258006 or 15388140. OLE color: 15388140.

HSL color Cylindrical-coordinate representation of color #ECCDEA: hue angle of 303.87º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECCDEA is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 205 234 -
CMYK 0 0.13 0.01 0.07
HSL 303.87º 0.45% 0.86% -
HSV(B) 303.87º 0.13% 0.93% -
XYZ 71.27 67.44 87.1 -
YUV 217.58 137.27 141.14 -
System Red Green Blue C M Y K H S L
Decimal 236 205 234 0 0.13 0.01 0.07 303.87 0.45 0.86
Hex EC CD EA 0 D 1 7 130 2D 56
Octal 354 315 352 0 15 1 7 460 55 126
Binary 11101100 11001101 11101010 0 1101 1 111 100110000 101101 1010110

Color Harmonies of #ECCDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCDEA

Black with #ECCDEA

Text Example


Text Example

White with #ECCDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCDEA; }

 p { color: rgb(236,205,234); }

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

background-color css

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

 a { background-color: rgb(236,205,234); }

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

border-color css

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

 span { border-color: rgb(236,205,234); }

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