Html Css Color HEX #ECCDF2 Snuff

📋 copy color: '#ECCDF2'

red 236 ◦ green 205 ◦ blue 242

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

Shades of Snuff #ECCDF2

Tints of Snuff #ECCDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.43%

R = 34.55%
G = 30.01%
B = 35.43%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ECCDF2 (or 0xECCDF2) is known color: Snuff. HEX triplet: EC, CD and F2. RGB value is (236,205,242). Sum of RGB (Red+Green+Blue) = 236+205+242=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 205 (80.47% from 255 or 30.01% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECCDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCDF2 is #13320D. Grayscale: #DADADA. Windows color (decimal): -1257998 or 15912428. OLE color: 15912428.

HSL color Cylindrical-coordinate representation of color #ECCDF2: hue angle of 290.27º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECCDF2 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 205 242 -
CMYK 0.02 0.15 0 0.05
HSL 290.27º 0.59% 0.88% -
HSV(B) 290.27º 0.15% 0.95% -
XYZ 72.45 67.91 93.29 -
YUV 218.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 236 205 242 0.02 0.15 0 0.05 290.27 0.59 0.88
Hex EC CD F2 2 F 0 5 122 3B 58
Octal 354 315 362 2 17 0 5 442 73 130
Binary 11101100 11001101 11110010 10 1111 0 101 100100010 111011 1011000

Color Harmonies of #ECCDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCDF2

Black with #ECCDF2

Text Example


Text Example

White with #ECCDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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