Html Css Color HEX #EFD8EA Snuff

📋 copy color: '#EFD8EA'

red 239 ◦ green 216 ◦ blue 234

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

Shades of Snuff #EFD8EA

Tints of Snuff #EFD8EA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.35%

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

R = 34.69%
G = 31.35%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFD8EA (or 0xEFD8EA) is known color: Snuff. HEX triplet: EF, D8 and EA. RGB value is (239,216,234). Sum of RGB (Red+Green+Blue) = 239+216+234=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 216 (84.77% from 255 or 31.35% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD8EA is #102715. Grayscale: #E0E0E0. Windows color (decimal): -1058582 or 15390959. OLE color: 15390959.

HSL color Cylindrical-coordinate representation of color #EFD8EA: hue angle of 313.04º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFD8EA is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 216 234 -
CMYK 0 0.10 0.02 0.06
HSL 313.04º 0.42% 0.89% -
HSV(B) 313.04º 0.1% 0.94% -
XYZ 75 73.4 88.06 -
YUV 224.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 239 216 234 0 0.10 0.02 0.06 313.04 0.42 0.89
Hex EF D8 EA 0 A 2 6 139 2A 59
Octal 357 330 352 0 12 2 6 471 52 131
Binary 11101111 11011000 11101010 0 1010 10 110 100111001 101010 1011001

Color Harmonies of #EFD8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD8EA

Black with #EFD8EA

Text Example


Text Example

White with #EFD8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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