Html Css Color HEX #EBBDD5 Classic Rose

📋 copy color: '#EBBDD5'

red 235 ◦ green 189 ◦ blue 213

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

Shades of Classic Rose #EBBDD5

Tints of Classic Rose #EBBDD5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.67%

 BLUE value IS 213 (83.59% from 255) = 33.44%

R = 36.89%
G = 29.67%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBBDD5 (or 0xEBBDD5) is known color: Classic Rose. HEX triplet: EB, BD and D5. RGB value is (235,189,213). Sum of RGB (Red+Green+Blue) = 235+189+213=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDD5 is #14422A. Grayscale: #CDCDCD. Windows color (decimal): -1327659 or 14007787. OLE color: 14007787.

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

Color convert

RGB 235 189 213 -
CMYK 0 0.20 0.09 0.08
HSL 328.7º 0.53% 0.83% -
HSV(B) 328.7º 0.2% 0.92% -
XYZ 64.47 58.86 70.91 -
YUV 205.49 132.24 149.05 -
System Red Green Blue C M Y K H S L
Decimal 235 189 213 0 0.20 0.09 0.08 328.7 0.53 0.83
Hex EB BD D5 0 14 9 8 149 35 53
Octal 353 275 325 0 24 11 10 511 65 123
Binary 11101011 10111101 11010101 0 10100 1001 1000 101001001 110101 1010011

Color Harmonies of #EBBDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBDD5

Black with #EBBDD5

Text Example


Text Example

White with #EBBDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBDD5; }

 p { color: rgb(235,189,213); }

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

background-color css

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

 a { background-color: rgb(235,189,213); }

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

border-color css

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

 span { border-color: rgb(235,189,213); }

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