Html Css Color HEX #EFC5ED Snuff

📋 copy color: '#EFC5ED'

red 239 ◦ green 197 ◦ blue 237

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

Shades of Snuff #EFC5ED

Tints of Snuff #EFC5ED

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.27%

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

R = 35.51%
G = 29.27%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFC5ED (or 0xEFC5ED) is known color: Snuff. HEX triplet: EF, C5 and ED. RGB value is (239,197,237). Sum of RGB (Red+Green+Blue) = 239+197+237=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 197 (77.34% from 255 or 29.27% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC5ED is #103A12. Grayscale: #D6D6D6. Windows color (decimal): -1063443 or 15582703. OLE color: 15582703.

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

Color convert

RGB 239 197 237 -
CMYK 0 0.18 0.01 0.06
HSL 302.86º 0.57% 0.85% -
HSV(B) 302.86º 0.18% 0.94% -
XYZ 70.85 64.4 88.82 -
YUV 214.12 140.91 145.75 -
System Red Green Blue C M Y K H S L
Decimal 239 197 237 0 0.18 0.01 0.06 302.86 0.57 0.85
Hex EF C5 ED 0 12 1 6 12F 39 55
Octal 357 305 355 0 22 1 6 457 71 125
Binary 11101111 11000101 11101101 0 10010 1 110 100101111 111001 1010101

Color Harmonies of #EFC5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC5ED

Black with #EFC5ED

Text Example


Text Example

White with #EFC5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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