Html Css Color HEX #ECD4F0 Snuff

📋 copy color: '#ECD4F0'

red 236 ◦ green 212 ◦ blue 240

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

Shades of Snuff #ECD4F0

Tints of Snuff #ECD4F0

RGB

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

 GREEN value IS 212 (83.2% from 255) = 30.81%

 BLUE value IS 240 (94.14% from 255) = 34.88%

R = 34.3%
G = 30.81%
B = 34.88%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ECD4F0 (or 0xECD4F0) is known color: Snuff. HEX triplet: EC, D4 and F0. RGB value is (236,212,240). Sum of RGB (Red+Green+Blue) = 236+212+240=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 212 (83.20% from 255 or 30.81% from 688); Blue value is 240 (94.14% from 255 or 34.88% from 688); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECD4F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD4F0 is #132B0F. Grayscale: #DEDEDE. Windows color (decimal): -1256208 or 15783148. OLE color: 15783148.

HSL color Cylindrical-coordinate representation of color #ECD4F0: hue angle of 291.43º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECD4F0 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 212 240 -
CMYK 0.02 0.12 0 0.06
HSL 291.43º 0.48% 0.89% -
HSV(B) 291.43º 0.12% 0.94% -
XYZ 73.86 71.21 92.29 -
YUV 222.37 137.95 137.72 -
System Red Green Blue C M Y K H S L
Decimal 236 212 240 0.02 0.12 0 0.06 291.43 0.48 0.89
Hex EC D4 F0 2 C 0 6 123 30 59
Octal 354 324 360 2 14 0 6 443 60 131
Binary 11101100 11010100 11110000 10 1100 0 110 100100011 110000 1011001

Color Harmonies of #ECD4F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD4F0

Black with #ECD4F0

Text Example


Text Example

White with #ECD4F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD4F0; }

 p { color: rgb(236,212,240); }

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

background-color css

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

 a { background-color: rgb(236,212,240); }

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

border-color css

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

 span { border-color: rgb(236,212,240); }

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