Html Css Color HEX #EFD5EC Snuff

📋 copy color: '#EFD5EC'

red 239 ◦ green 213 ◦ blue 236

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

Shades of Snuff #EFD5EC

Tints of Snuff #EFD5EC

RGB

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

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

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

R = 34.74%
G = 30.96%
B = 34.3%

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

#EFD5EC (or 0xEFD5EC) is known color: Snuff. HEX triplet: EF, D5 and EC. RGB value is (239,213,236). Sum of RGB (Red+Green+Blue) = 239+213+236=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 213 (83.59% from 255 or 30.96% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD5EC is #102A13. Grayscale: #DFDFDF. Windows color (decimal): -1059348 or 15521263. OLE color: 15521263.

HSL color Cylindrical-coordinate representation of color #EFD5EC: hue angle of 306.92º 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 #EFD5EC is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 213 236 -
CMYK 0 0.11 0.01 0.06
HSL 306.92º 0.45% 0.89% -
HSV(B) 306.92º 0.11% 0.94% -
XYZ 74.53 72 89.33 -
YUV 223.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 239 213 236 0 0.11 0.01 0.06 306.92 0.45 0.89
Hex EF D5 EC 0 B 1 6 133 2D 59
Octal 357 325 354 0 13 1 6 463 55 131
Binary 11101111 11010101 11101100 0 1011 1 110 100110011 101101 1011001

Color Harmonies of #EFD5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD5EC

Black with #EFD5EC

Text Example


Text Example

White with #EFD5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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