Html Css Color HEX #EBCFEA Snuff

📋 copy color: '#EBCFEA'

red 235 ◦ green 207 ◦ blue 234

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

Shades of Snuff #EBCFEA

Tints of Snuff #EBCFEA

RGB

 RED value IS 235 (92.19% from 255) = 34.76%

 GREEN value IS 207 (81.25% from 255) = 30.62%

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

R = 34.76%
G = 30.62%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EBCFEA (or 0xEBCFEA) is known color: Snuff. HEX triplet: EB, CF and EA. RGB value is (235,207,234). Sum of RGB (Red+Green+Blue) = 235+207+234=676 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.76% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCFEA is #143015. Grayscale: #DADADA. Windows color (decimal): -1323030 or 15388651. OLE color: 15388651.

HSL color Cylindrical-coordinate representation of color #EBCFEA: hue angle of 302.14º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBCFEA is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 207 234 -
CMYK 0 0.12 0.00 0.08
HSL 302.14º 0.41% 0.87% -
HSV(B) 302.14º 0.12% 0.92% -
XYZ 71.43 68.23 87.25 -
YUV 218.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 235 207 234 0 0.12 0.00 0.08 302.14 0.41 0.87
Hex EB CF EA 0 C 0 8 12E 29 57
Octal 353 317 352 0 14 0 10 456 51 127
Binary 11101011 11001111 11101010 0 1100 0 1000 100101110 101001 1010111

Color Harmonies of #EBCFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCFEA

Black with #EBCFEA

Text Example


Text Example

White with #EBCFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCFEA; }

 p { color: rgb(235,207,234); }

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

background-color css

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

 a { background-color: rgb(235,207,234); }

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

border-color css

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

 span { border-color: rgb(235,207,234); }

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