Html Css Color HEX #EFDAEF Snuff

📋 copy color: '#EFDAEF'

red 239 ◦ green 218 ◦ blue 239

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

Shades of Snuff #EFDAEF

Tints of Snuff #EFDAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.34%

R = 34.34%
G = 31.32%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFDAEF (or 0xEFDAEF) is known color: Snuff. HEX triplet: EF, DA and EF. RGB value is (239,218,239). Sum of RGB (Red+Green+Blue) = 239+218+239=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 218 (85.55% from 255 or 31.32% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFDAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAEF is #102510. Grayscale: #E2E2E2. Windows color (decimal): -1058065 or 15719151. OLE color: 15719151.

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

Color convert

RGB 239 218 239 -
CMYK 0 0.09 0 0.06
HSL 300º 0.4% 0.9% -
HSV(B) 300º 0.09% 0.94% -
XYZ 76.25 74.73 92.07 -
YUV 226.67 134.96 136.79 -
System Red Green Blue C M Y K H S L
Decimal 239 218 239 0 0.09 0 0.06 300 0.4 0.9
Hex EF DA EF 0 9 0 6 12C 28 5A
Octal 357 332 357 0 11 0 6 454 50 132
Binary 11101111 11011010 11101111 0 1001 0 110 100101100 101000 1011010

Color Harmonies of #EFDAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDAEF

Black with #EFDAEF

Text Example


Text Example

White with #EFDAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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