Html Css Color HEX #EFC7EA Snuff

📋 copy color: '#EFC7EA'

red 239 ◦ green 199 ◦ blue 234

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

Shades of Snuff #EFC7EA

Tints of Snuff #EFC7EA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 29.61%

 BLUE value IS 234 (91.8% from 255) = 34.82%

R = 35.57%
G = 29.61%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFC7EA (or 0xEFC7EA) is known color: Snuff. HEX triplet: EF, C7 and EA. RGB value is (239,199,234). Sum of RGB (Red+Green+Blue) = 239+199+234=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 199 (78.12% from 255 or 29.61% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC7EA is #103815. Grayscale: #D6D6D6. Windows color (decimal): -1062934 or 15386607. OLE color: 15386607.

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

Color convert

RGB 239 199 234 -
CMYK 0 0.17 0.02 0.06
HSL 307.5º 0.56% 0.86% -
HSV(B) 307.5º 0.17% 0.94% -
XYZ 70.87 65.14 86.68 -
YUV 214.95 138.75 145.15 -
System Red Green Blue C M Y K H S L
Decimal 239 199 234 0 0.17 0.02 0.06 307.5 0.56 0.86
Hex EF C7 EA 0 11 2 6 134 38 56
Octal 357 307 352 0 21 2 6 464 70 126
Binary 11101111 11000111 11101010 0 10001 10 110 100110100 111000 1010110

Color Harmonies of #EFC7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC7EA

Black with #EFC7EA

Text Example


Text Example

White with #EFC7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC7EA; }

 p { color: rgb(239,199,234); }

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

background-color css

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

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

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

border-color css

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

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

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