Html Css Color HEX #EBC2D2 Classic Rose

📋 copy color: '#EBC2D2'

red 235 ◦ green 194 ◦ blue 210

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

Shades of Classic Rose #EBC2D2

Tints of Classic Rose #EBC2D2

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.36%

 BLUE value IS 210 (82.42% from 255) = 32.86%

R = 36.78%
G = 30.36%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBC2D2 (or 0xEBC2D2) is known color: Classic Rose. HEX triplet: EB, C2 and D2. RGB value is (235,194,210). Sum of RGB (Red+Green+Blue) = 235+194+210=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 194 (76.17% from 255 or 30.36% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2D2 is #143D2D. Grayscale: #D0D0D0. Windows color (decimal): -1326382 or 13812459. OLE color: 13812459.

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

Color convert

RGB 235 194 210 -
CMYK 0 0.17 0.11 0.08
HSL 336.59º 0.51% 0.84% -
HSV(B) 336.59º 0.17% 0.92% -
XYZ 65.19 60.9 69.29 -
YUV 208.08 129.08 147.2 -
System Red Green Blue C M Y K H S L
Decimal 235 194 210 0 0.17 0.11 0.08 336.59 0.51 0.84
Hex EB C2 D2 0 11 B 8 151 33 54
Octal 353 302 322 0 21 13 10 521 63 124
Binary 11101011 11000010 11010010 0 10001 1011 1000 101010001 110011 1010100

Color Harmonies of #EBC2D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC2D2

Black with #EBC2D2

Text Example


Text Example

White with #EBC2D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC2D2; }

 p { color: rgb(235,194,210); }

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

background-color css

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

 a { background-color: rgb(235,194,210); }

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

border-color css

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

 span { border-color: rgb(235,194,210); }

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