Html Css Color HEX #EFD3EE Snuff

📋 copy color: '#EFD3EE'

red 239 ◦ green 211 ◦ blue 238

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

Shades of Snuff #EFD3EE

Tints of Snuff #EFD3EE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 30.67%

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

R = 34.74%
G = 30.67%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EFD3EE (or 0xEFD3EE) is known color: Snuff. HEX triplet: EF, D3 and EE. RGB value is (239,211,238). Sum of RGB (Red+Green+Blue) = 239+211+238=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 211 (82.81% from 255 or 30.67% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD3EE is #102C11. Grayscale: #DEDEDE. Windows color (decimal): -1059858 or 15651823. OLE color: 15651823.

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

Color convert

RGB 239 211 238 -
CMYK 0 0.12 0.00 0.06
HSL 302.14º 0.47% 0.88% -
HSV(B) 302.14º 0.12% 0.94% -
XYZ 74.32 71.11 90.7 -
YUV 222.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 239 211 238 0 0.12 0.00 0.06 302.14 0.47 0.88
Hex EF D3 EE 0 C 0 6 12E 2F 58
Octal 357 323 356 0 14 0 6 456 57 130
Binary 11101111 11010011 11101110 0 1100 0 110 100101110 101111 1011000

Color Harmonies of #EFD3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD3EE

Black with #EFD3EE

Text Example


Text Example

White with #EFD3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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