Html Css Color HEX #EFD0EA Snuff

📋 copy color: '#EFD0EA'

red 239 ◦ green 208 ◦ blue 234

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

Shades of Snuff #EFD0EA

Tints of Snuff #EFD0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.36%

R = 35.1%
G = 30.54%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFD0EA (or 0xEFD0EA) is known color: Snuff. HEX triplet: EF, D0 and EA. RGB value is (239,208,234). Sum of RGB (Red+Green+Blue) = 239+208+234=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 208 (81.64% from 255 or 30.54% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD0EA is #102F15. Grayscale: #DCDCDC. Windows color (decimal): -1060630 or 15388911. OLE color: 15388911.

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

Color convert

RGB 239 208 234 -
CMYK 0 0.13 0.02 0.06
HSL 309.68º 0.49% 0.88% -
HSV(B) 309.68º 0.13% 0.94% -
XYZ 73 69.4 87.39 -
YUV 220.23 135.77 141.39 -
System Red Green Blue C M Y K H S L
Decimal 239 208 234 0 0.13 0.02 0.06 309.68 0.49 0.88
Hex EF D0 EA 0 D 2 6 136 31 58
Octal 357 320 352 0 15 2 6 466 61 130
Binary 11101111 11010000 11101010 0 1101 10 110 100110110 110001 1011000

Color Harmonies of #EFD0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD0EA

Black with #EFD0EA

Text Example


Text Example

White with #EFD0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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