Html Css Color HEX #EBC0D4 Classic Rose

📋 copy color: '#EBC0D4'

red 235 ◦ green 192 ◦ blue 212

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

Shades of Classic Rose #EBC0D4

Tints of Classic Rose #EBC0D4

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.05%

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

R = 36.78%
G = 30.05%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EBC0D4 (or 0xEBC0D4) is known color: Classic Rose. HEX triplet: EB, C0 and D4. RGB value is (235,192,212). Sum of RGB (Red+Green+Blue) = 235+192+212=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 192 (75.39% from 255 or 30.05% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0D4 is #143F2B. Grayscale: #CFCFCF. Windows color (decimal): -1326892 or 13943019. OLE color: 13943019.

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

Color convert

RGB 235 192 212 -
CMYK 0 0.18 0.10 0.08
HSL 332.09º 0.52% 0.84% -
HSV(B) 332.09º 0.18% 0.92% -
XYZ 64.99 60.11 70.47 -
YUV 207.14 130.75 147.87 -
System Red Green Blue C M Y K H S L
Decimal 235 192 212 0 0.18 0.10 0.08 332.09 0.52 0.84
Hex EB C0 D4 0 12 A 8 14C 34 54
Octal 353 300 324 0 22 12 10 514 64 124
Binary 11101011 11000000 11010100 0 10010 1010 1000 101001100 110100 1010100

Color Harmonies of #EBC0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC0D4

Black with #EBC0D4

Text Example


Text Example

White with #EBC0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC0D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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