Html Css Color HEX #EFD4ED Snuff

📋 copy color: '#EFD4ED'

red 239 ◦ green 212 ◦ blue 237

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

Shades of Snuff #EFD4ED

Tints of Snuff #EFD4ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.45%

R = 34.74%
G = 30.81%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFD4ED (or 0xEFD4ED) is known color: Snuff. HEX triplet: EF, D4 and ED. RGB value is (239,212,237). Sum of RGB (Red+Green+Blue) = 239+212+237=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 212 (83.20% from 255 or 30.81% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD4ED is #102B12. Grayscale: #DEDEDE. Windows color (decimal): -1059603 or 15586543. OLE color: 15586543.

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

Color convert

RGB 239 212 237 -
CMYK 0 0.11 0.01 0.06
HSL 304.44º 0.46% 0.88% -
HSV(B) 304.44º 0.11% 0.94% -
XYZ 74.43 71.55 90.01 -
YUV 222.92 135.95 139.47 -
System Red Green Blue C M Y K H S L
Decimal 239 212 237 0 0.11 0.01 0.06 304.44 0.46 0.88
Hex EF D4 ED 0 B 1 6 130 2E 58
Octal 357 324 355 0 13 1 6 460 56 130
Binary 11101111 11010100 11101101 0 1011 1 110 100110000 101110 1011000

Color Harmonies of #EFD4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD4ED

Black with #EFD4ED

Text Example


Text Example

White with #EFD4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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