Html Css Color HEX #EFD5EE Snuff

📋 copy color: '#EFD5EE'

red 239 ◦ green 213 ◦ blue 238

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

Shades of Snuff #EFD5EE

Tints of Snuff #EFD5EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.49%

R = 34.64%
G = 30.87%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EFD5EE (or 0xEFD5EE) is known color: Snuff. HEX triplet: EF, D5 and EE. RGB value is (239,213,238). Sum of RGB (Red+Green+Blue) = 239+213+238=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 213 (83.59% from 255 or 30.87% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD5EE is #102A11. Grayscale: #DFDFDF. Windows color (decimal): -1059346 or 15652335. OLE color: 15652335.

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

Color convert

RGB 239 213 238 -
CMYK 0 0.11 0.00 0.06
HSL 302.31º 0.45% 0.89% -
HSV(B) 302.31º 0.11% 0.94% -
XYZ 74.82 72.11 90.86 -
YUV 223.62 136.11 138.97 -
System Red Green Blue C M Y K H S L
Decimal 239 213 238 0 0.11 0.00 0.06 302.31 0.45 0.89
Hex EF D5 EE 0 B 0 6 12E 2D 59
Octal 357 325 356 0 13 0 6 456 55 131
Binary 11101111 11010101 11101110 0 1011 0 110 100101110 101101 1011001

Color Harmonies of #EFD5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD5EE

Black with #EFD5EE

Text Example


Text Example

White with #EFD5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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