Html Css Color HEX #EBC2D4 Classic Rose

📋 copy color: '#EBC2D4'

red 235 ◦ green 194 ◦ blue 212

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

Shades of Classic Rose #EBC2D4

Tints of Classic Rose #EBC2D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.07%

R = 36.66%
G = 30.27%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EBC2D4 (or 0xEBC2D4) is known color: Classic Rose. HEX triplet: EB, C2 and D4. RGB value is (235,194,212). Sum of RGB (Red+Green+Blue) = 235+194+212=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 194 (76.17% from 255 or 30.27% from 641); Blue value is 212 (83.20% from 255 or 33.07% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2D4 is #143D2B. Grayscale: #D0D0D0. Windows color (decimal): -1326380 or 13943531. OLE color: 13943531.

HSL color Cylindrical-coordinate representation of color #EBC2D4: hue angle of 333.66º 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 #EBC2D4 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 194 212 -
CMYK 0 0.17 0.10 0.08
HSL 333.66º 0.51% 0.84% -
HSV(B) 333.66º 0.17% 0.92% -
XYZ 65.44 61 70.61 -
YUV 208.31 130.08 147.04 -
System Red Green Blue C M Y K H S L
Decimal 235 194 212 0 0.17 0.10 0.08 333.66 0.51 0.84
Hex EB C2 D4 0 11 A 8 14E 33 54
Octal 353 302 324 0 21 12 10 516 63 124
Binary 11101011 11000010 11010100 0 10001 1010 1000 101001110 110011 1010100

Color Harmonies of #EBC2D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC2D4

Black with #EBC2D4

Text Example


Text Example

White with #EBC2D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC2D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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