Html Css Color HEX #EBCFEC Snuff

📋 copy color: '#EBCFEC'

red 235 ◦ green 207 ◦ blue 236

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

Shades of Snuff #EBCFEC

Tints of Snuff #EBCFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.81%

R = 34.66%
G = 30.53%
B = 34.81%

CMYK

 C value IS 0.00

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBCFEC (or 0xEBCFEC) is known color: Snuff. HEX triplet: EB, CF and EC. RGB value is (235,207,236). Sum of RGB (Red+Green+Blue) = 235+207+236=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 207 (81.25% from 255 or 30.53% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBCFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCFEC is #143013. Grayscale: #DADADA. Windows color (decimal): -1323028 or 15519723. OLE color: 15519723.

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

Color convert

RGB 235 207 236 -
CMYK 0.00 0.12 0 0.07
HSL 297.93º 0.43% 0.87% -
HSV(B) 297.93º 0.12% 0.93% -
XYZ 71.71 68.34 88.77 -
YUV 218.68 137.78 139.64 -
System Red Green Blue C M Y K H S L
Decimal 235 207 236 0.00 0.12 0 0.07 297.93 0.43 0.87
Hex EB CF EC 0 C 0 7 12A 2B 57
Octal 353 317 354 0 14 0 7 452 53 127
Binary 11101011 11001111 11101100 0 1100 0 111 100101010 101011 1010111

Color Harmonies of #EBCFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCFEC

Black with #EBCFEC

Text Example


Text Example

White with #EBCFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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