Html Css Color HEX #EBCAF0 Snuff

📋 copy color: '#EBCAF0'

red 235 ◦ green 202 ◦ blue 240

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

Shades of Snuff #EBCAF0

Tints of Snuff #EBCAF0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 29.84%

 BLUE value IS 240 (94.14% from 255) = 35.45%

R = 34.71%
G = 29.84%
B = 35.45%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EBCAF0 (or 0xEBCAF0) is known color: Snuff. HEX triplet: EB, CA and F0. RGB value is (235,202,240). Sum of RGB (Red+Green+Blue) = 235+202+240=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 202 (79.30% from 255 or 29.84% from 677); Blue value is 240 (94.14% from 255 or 35.45% from 677); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBCAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCAF0 is #14350F. Grayscale: #D8D8D8. Windows color (decimal): -1324304 or 15780587. OLE color: 15780587.

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

Color convert

RGB 235 202 240 -
CMYK 0.02 0.16 0 0.06
HSL 292.11º 0.56% 0.87% -
HSV(B) 292.11º 0.16% 0.94% -
XYZ 71.11 66.19 91.47 -
YUV 216.2 141.43 141.41 -
System Red Green Blue C M Y K H S L
Decimal 235 202 240 0.02 0.16 0 0.06 292.11 0.56 0.87
Hex EB CA F0 2 10 0 6 124 38 57
Octal 353 312 360 2 20 0 6 444 70 127
Binary 11101011 11001010 11110000 10 10000 0 110 100100100 111000 1010111

Color Harmonies of #EBCAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCAF0

Black with #EBCAF0

Text Example


Text Example

White with #EBCAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCAF0; }

 p { color: rgb(235,202,240); }

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

background-color css

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

 a { background-color: rgb(235,202,240); }

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

border-color css

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

 span { border-color: rgb(235,202,240); }

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