Html Css Color HEX #EBBED3 Classic Rose

📋 copy color: '#EBBED3'

red 235 ◦ green 190 ◦ blue 211

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

Shades of Classic Rose #EBBED3

Tints of Classic Rose #EBBED3

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.87%

 BLUE value IS 211 (82.81% from 255) = 33.18%

R = 36.95%
G = 29.87%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EBBED3 (or 0xEBBED3) is known color: Classic Rose. HEX triplet: EB, BE and D3. RGB value is (235,190,211). Sum of RGB (Red+Green+Blue) = 235+190+211=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBED3 is #14412C. Grayscale: #CDCDCD. Windows color (decimal): -1327405 or 13876971. OLE color: 13876971.

HSL color Cylindrical-coordinate representation of color #EBBED3: hue angle of 332º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBBED3 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 190 211 -
CMYK 0 0.19 0.10 0.08
HSL 332º 0.53% 0.83% -
HSV(B) 332º 0.19% 0.92% -
XYZ 64.43 59.19 69.66 -
YUV 205.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 235 190 211 0 0.19 0.10 0.08 332 0.53 0.83
Hex EB BE D3 0 13 A 8 14C 35 53
Octal 353 276 323 0 23 12 10 514 65 123
Binary 11101011 10111110 11010011 0 10011 1010 1000 101001100 110101 1010011

Color Harmonies of #EBBED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBED3

Black with #EBBED3

Text Example


Text Example

White with #EBBED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBED3; }

 p { color: rgb(235,190,211); }

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

background-color css

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

 a { background-color: rgb(235,190,211); }

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

border-color css

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

 span { border-color: rgb(235,190,211); }

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