Html Css Color HEX #EFD0EE Snuff

📋 copy color: '#EFD0EE'

red 239 ◦ green 208 ◦ blue 238

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

Shades of Snuff #EFD0EE

Tints of Snuff #EFD0EE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.36%

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

R = 34.89%
G = 30.36%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EFD0EE (or 0xEFD0EE) is known color: Snuff. HEX triplet: EF, D0 and EE. RGB value is (239,208,238). Sum of RGB (Red+Green+Blue) = 239+208+238=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 208 (81.64% from 255 or 30.36% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD0EE is #102F11. Grayscale: #DCDCDC. Windows color (decimal): -1060626 or 15651055. OLE color: 15651055.

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

Color convert

RGB 239 208 238 -
CMYK 0 0.13 0.00 0.06
HSL 301.94º 0.49% 0.88% -
HSV(B) 301.94º 0.13% 0.94% -
XYZ 73.59 69.64 90.45 -
YUV 220.69 137.77 141.06 -
System Red Green Blue C M Y K H S L
Decimal 239 208 238 0 0.13 0.00 0.06 301.94 0.49 0.88
Hex EF D0 EE 0 D 0 6 12E 31 58
Octal 357 320 356 0 15 0 6 456 61 130
Binary 11101111 11010000 11101110 0 1101 0 110 100101110 110001 1011000

Color Harmonies of #EFD0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD0EE

Black with #EFD0EE

Text Example


Text Example

White with #EFD0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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