Html Css Color HEX #EDD4ED Snuff

📋 copy color: '#EDD4ED'

red 237 ◦ green 212 ◦ blue 237

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

Shades of Snuff #EDD4ED

Tints of Snuff #EDD4ED

RGB

 RED value IS 237 (92.97% from 255) = 34.55%

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

 BLUE value IS 237 (92.97% from 255) = 34.55%

R = 34.55%
G = 30.9%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDD4ED (or 0xEDD4ED) is known color: Snuff. HEX triplet: ED, D4 and ED. RGB value is (237,212,237). Sum of RGB (Red+Green+Blue) = 237+212+237=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 212 (83.20% from 255 or 30.90% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDD4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD4ED is #122B12. Grayscale: #DEDEDE. Windows color (decimal): -1190675 or 15586541. OLE color: 15586541.

HSL color Cylindrical-coordinate representation of color #EDD4ED: hue angle of 300º degrees, saturation: 0.41, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDD4ED is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 212 237 -
CMYK 0 0.11 0 0.07
HSL 300º 0.41% 0.88% -
HSV(B) 300º 0.11% 0.93% -
XYZ 73.75 71.21 89.98 -
YUV 222.33 136.28 138.47 -
System Red Green Blue C M Y K H S L
Decimal 237 212 237 0 0.11 0 0.07 300 0.41 0.88
Hex ED D4 ED 0 B 0 7 12C 29 58
Octal 355 324 355 0 13 0 7 454 51 130
Binary 11101101 11010100 11101101 0 1011 0 111 100101100 101001 1011000

Color Harmonies of #EDD4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD4ED

Black with #EDD4ED

Text Example


Text Example

White with #EDD4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD4ED; }

 p { color: rgb(237,212,237); }

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

background-color css

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

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

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

border-color css

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

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

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