Html Css Color HEX #EFC3EB Snuff

📋 copy color: '#EFC3EB'

red 239 ◦ green 195 ◦ blue 235

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

Shades of Snuff #EFC3EB

Tints of Snuff #EFC3EB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.15%

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

R = 35.72%
G = 29.15%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFC3EB (or 0xEFC3EB) is known color: Snuff. HEX triplet: EF, C3 and EB. RGB value is (239,195,235). Sum of RGB (Red+Green+Blue) = 239+195+235=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 195 (76.56% from 255 or 29.15% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC3EB is #103C14. Grayscale: #D4D4D4. Windows color (decimal): -1063957 or 15451119. OLE color: 15451119.

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

Color convert

RGB 239 195 235 -
CMYK 0 0.18 0.02 0.06
HSL 305.45º 0.58% 0.85% -
HSV(B) 305.45º 0.18% 0.94% -
XYZ 70.11 63.38 87.14 -
YUV 212.72 140.58 146.75 -
System Red Green Blue C M Y K H S L
Decimal 239 195 235 0 0.18 0.02 0.06 305.45 0.58 0.85
Hex EF C3 EB 0 12 2 6 131 3A 55
Octal 357 303 353 0 22 2 6 461 72 125
Binary 11101111 11000011 11101011 0 10010 10 110 100110001 111010 1010101

Color Harmonies of #EFC3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC3EB

Black with #EFC3EB

Text Example


Text Example

White with #EFC3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC3EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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