Html Css Color HEX #EBBFD1 Classic Rose

📋 copy color: '#EBBFD1'

red 235 ◦ green 191 ◦ blue 209

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

Shades of Classic Rose #EBBFD1

Tints of Classic Rose #EBBFD1

RGB

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

 GREEN value IS 191 (75% from 255) = 30.08%

 BLUE value IS 209 (82.03% from 255) = 32.91%

R = 37.01%
G = 30.08%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBBFD1 (or 0xEBBFD1) is known color: Classic Rose. HEX triplet: EB, BF and D1. RGB value is (235,191,209). Sum of RGB (Red+Green+Blue) = 235+191+209=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFD1 is #14402E. Grayscale: #CECECE. Windows color (decimal): -1327151 or 13746155. OLE color: 13746155.

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

Color convert

RGB 235 191 209 -
CMYK 0 0.19 0.11 0.08
HSL 335.45º 0.52% 0.84% -
HSV(B) 335.45º 0.19% 0.92% -
XYZ 64.4 59.53 68.42 -
YUV 206.21 129.58 148.54 -
System Red Green Blue C M Y K H S L
Decimal 235 191 209 0 0.19 0.11 0.08 335.45 0.52 0.84
Hex EB BF D1 0 13 B 8 14F 34 54
Octal 353 277 321 0 23 13 10 517 64 124
Binary 11101011 10111111 11010001 0 10011 1011 1000 101001111 110100 1010100

Color Harmonies of #EBBFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBFD1

Black with #EBBFD1

Text Example


Text Example

White with #EBBFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBFD1; }

 p { color: rgb(235,191,209); }

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

background-color css

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

 a { background-color: rgb(235,191,209); }

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

border-color css

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

 span { border-color: rgb(235,191,209); }

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