Html Css Color HEX #EFC5EA Snuff

📋 copy color: '#EFC5EA'

red 239 ◦ green 197 ◦ blue 234

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

Shades of Snuff #EFC5EA

Tints of Snuff #EFC5EA

RGB

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

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

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

R = 35.67%
G = 29.4%
B = 34.93%

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

#EFC5EA (or 0xEFC5EA) is known color: Snuff. HEX triplet: EF, C5 and EA. RGB value is (239,197,234). Sum of RGB (Red+Green+Blue) = 239+197+234=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 197 (77.34% from 255 or 29.40% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC5EA is #103A15. Grayscale: #D5D5D5. Windows color (decimal): -1063446 or 15386095. OLE color: 15386095.

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

Color convert

RGB 239 197 234 -
CMYK 0 0.18 0.02 0.06
HSL 307.14º 0.57% 0.85% -
HSV(B) 307.14º 0.18% 0.94% -
XYZ 70.41 64.22 86.53 -
YUV 213.78 139.41 145.99 -
System Red Green Blue C M Y K H S L
Decimal 239 197 234 0 0.18 0.02 0.06 307.14 0.57 0.85
Hex EF C5 EA 0 12 2 6 133 39 55
Octal 357 305 352 0 22 2 6 463 71 125
Binary 11101111 11000101 11101010 0 10010 10 110 100110011 111001 1010101

Color Harmonies of #EFC5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC5EA

Black with #EFC5EA

Text Example


Text Example

White with #EFC5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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