Html Css Color HEX #EFD5ED Snuff

📋 copy color: '#EFD5ED'

red 239 ◦ green 213 ◦ blue 237

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

Shades of Snuff #EFD5ED

Tints of Snuff #EFD5ED

RGB

 RED value IS 239 (93.75% from 255) = 34.69%

 GREEN value IS 213 (83.59% from 255) = 30.91%

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

R = 34.69%
G = 30.91%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFD5ED (or 0xEFD5ED) is known color: Snuff. HEX triplet: EF, D5 and ED. RGB value is (239,213,237). Sum of RGB (Red+Green+Blue) = 239+213+237=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 213 (83.59% from 255 or 30.91% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD5ED is #102A12. Grayscale: #DFDFDF. Windows color (decimal): -1059347 or 15586799. OLE color: 15586799.

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

Color convert

RGB 239 213 237 -
CMYK 0 0.11 0.01 0.06
HSL 304.62º 0.45% 0.89% -
HSV(B) 304.62º 0.11% 0.94% -
XYZ 74.68 72.05 90.09 -
YUV 223.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 239 213 237 0 0.11 0.01 0.06 304.62 0.45 0.89
Hex EF D5 ED 0 B 1 6 131 2D 59
Octal 357 325 355 0 13 1 6 461 55 131
Binary 11101111 11010101 11101101 0 1011 1 110 100110001 101101 1011001

Color Harmonies of #EFD5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD5ED

Black with #EFD5ED

Text Example


Text Example

White with #EFD5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD5ED; }

 p { color: rgb(239,213,237); }

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

background-color css

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

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

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

border-color css

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

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

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