Html Css Color HEX #EFDAEE Snuff

📋 copy color: '#EFDAEE'

red 239 ◦ green 218 ◦ blue 238

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

Shades of Snuff #EFDAEE

Tints of Snuff #EFDAEE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.37%

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

R = 34.39%
G = 31.37%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EFDAEE (or 0xEFDAEE) is known color: Snuff. HEX triplet: EF, DA and EE. RGB value is (239,218,238). Sum of RGB (Red+Green+Blue) = 239+218+238=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 218 (85.55% from 255 or 31.37% from 695); Blue value is 238 (93.36% from 255 or 34.24% from 695); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAEE is #102511. Grayscale: #E2E2E2. Windows color (decimal): -1058066 or 15653615. OLE color: 15653615.

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

Color convert

RGB 239 218 238 -
CMYK 0 0.09 0.00 0.06
HSL 302.86º 0.4% 0.9% -
HSV(B) 302.86º 0.09% 0.94% -
XYZ 76.1 74.67 91.29 -
YUV 226.56 134.46 136.87 -
System Red Green Blue C M Y K H S L
Decimal 239 218 238 0 0.09 0.00 0.06 302.86 0.4 0.9
Hex EF DA EE 0 9 0 6 12F 28 5A
Octal 357 332 356 0 11 0 6 457 50 132
Binary 11101111 11011010 11101110 0 1001 0 110 100101111 101000 1011010

Color Harmonies of #EFDAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDAEE

Black with #EFDAEE

Text Example


Text Example

White with #EFDAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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