Html Css Color HEX #EBCCEF Snuff

📋 copy color: '#EBCCEF'

red 235 ◦ green 204 ◦ blue 239

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

Shades of Snuff #EBCCEF

Tints of Snuff #EBCCEF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.09%

 BLUE value IS 239 (93.75% from 255) = 35.25%

R = 34.66%
G = 30.09%
B = 35.25%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EBCCEF (or 0xEBCCEF) is known color: Snuff. HEX triplet: EB, CC and EF. RGB value is (235,204,239). Sum of RGB (Red+Green+Blue) = 235+204+239=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 204 (80.08% from 255 or 30.09% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBCCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCCEF is #143310. Grayscale: #D9D9D9. Windows color (decimal): -1323793 or 15715563. OLE color: 15715563.

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

Color convert

RGB 235 204 239 -
CMYK 0.02 0.15 0 0.06
HSL 293.14º 0.52% 0.87% -
HSV(B) 293.14º 0.15% 0.94% -
XYZ 71.43 67.08 90.84 -
YUV 217.26 140.27 140.65 -
System Red Green Blue C M Y K H S L
Decimal 235 204 239 0.02 0.15 0 0.06 293.14 0.52 0.87
Hex EB CC EF 2 F 0 6 125 34 57
Octal 353 314 357 2 17 0 6 445 64 127
Binary 11101011 11001100 11101111 10 1111 0 110 100100101 110100 1010111

Color Harmonies of #EBCCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCCEF

Black with #EBCCEF

Text Example


Text Example

White with #EBCCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCCEF; }

 p { color: rgb(235,204,239); }

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

background-color css

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

 a { background-color: rgb(235,204,239); }

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

border-color css

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

 span { border-color: rgb(235,204,239); }

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