Html Css Color HEX #EFD4EE Snuff

📋 copy color: '#EFD4EE'

red 239 ◦ green 212 ◦ blue 238

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

Shades of Snuff #EFD4EE

Tints of Snuff #EFD4EE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 30.77%

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

R = 34.69%
G = 30.77%
B = 34.54%

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

#EFD4EE (or 0xEFD4EE) is known color: Snuff. HEX triplet: EF, D4 and EE. RGB value is (239,212,238). Sum of RGB (Red+Green+Blue) = 239+212+238=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 212 (83.20% from 255 or 30.77% from 689); Blue value is 238 (93.36% from 255 or 34.54% from 689); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD4EE is #102B11. Grayscale: #DEDEDE. Windows color (decimal): -1059602 or 15652079. OLE color: 15652079.

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

Color convert

RGB 239 212 238 -
CMYK 0 0.11 0.00 0.06
HSL 302.22º 0.46% 0.88% -
HSV(B) 302.22º 0.11% 0.94% -
XYZ 74.57 71.61 90.78 -
YUV 223.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 239 212 238 0 0.11 0.00 0.06 302.22 0.46 0.88
Hex EF D4 EE 0 B 0 6 12E 2E 58
Octal 357 324 356 0 13 0 6 456 56 130
Binary 11101111 11010100 11101110 0 1011 0 110 100101110 101110 1011000

Color Harmonies of #EFD4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD4EE

Black with #EFD4EE

Text Example


Text Example

White with #EFD4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD4EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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