Html Css Color HEX #EFC9EB Snuff

📋 copy color: '#EFC9EB'

red 239 ◦ green 201 ◦ blue 235

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

Shades of Snuff #EFC9EB

Tints of Snuff #EFC9EB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 29.78%

 BLUE value IS 235 (92.19% from 255) = 34.81%

R = 35.41%
G = 29.78%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFC9EB (or 0xEFC9EB) is known color: Snuff. HEX triplet: EF, C9 and EB. RGB value is (239,201,235). Sum of RGB (Red+Green+Blue) = 239+201+235=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 201 (78.91% from 255 or 29.78% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC9EB is #103614. Grayscale: #D8D8D8. Windows color (decimal): -1062421 or 15452655. OLE color: 15452655.

HSL color Cylindrical-coordinate representation of color #EFC9EB: hue angle of 306.32º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFC9EB is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 201 235 -
CMYK 0 0.16 0.02 0.06
HSL 306.32º 0.54% 0.86% -
HSV(B) 306.32º 0.16% 0.94% -
XYZ 71.48 66.12 87.59 -
YUV 216.24 138.59 144.24 -
System Red Green Blue C M Y K H S L
Decimal 239 201 235 0 0.16 0.02 0.06 306.32 0.54 0.86
Hex EF C9 EB 0 10 2 6 132 36 56
Octal 357 311 353 0 20 2 6 462 66 126
Binary 11101111 11001001 11101011 0 10000 10 110 100110010 110110 1010110

Color Harmonies of #EFC9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC9EB

Black with #EFC9EB

Text Example


Text Example

White with #EFC9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC9EB; }

 p { color: rgb(239,201,235); }

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

background-color css

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

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

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

border-color css

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

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

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