Html Css Color HEX #EBC1DA Classic Rose

📋 copy color: '#EBC1DA'

red 235 ◦ green 193 ◦ blue 218

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

Shades of Classic Rose #EBC1DA

Tints of Classic Rose #EBC1DA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.88%

 BLUE value IS 218 (85.55% from 255) = 33.75%

R = 36.38%
G = 29.88%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBC1DA (or 0xEBC1DA) is known color: Classic Rose. HEX triplet: EB, C1 and DA. RGB value is (235,193,218). Sum of RGB (Red+Green+Blue) = 235+193+218=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 193 (75.78% from 255 or 29.88% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1DA is #143E25. Grayscale: #D0D0D0. Windows color (decimal): -1326630 or 14336491. OLE color: 14336491.

HSL color Cylindrical-coordinate representation of color #EBC1DA: hue angle of 324.29º degrees, saturation: 0.51, 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 #EBC1DA is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 193 218 -
CMYK 0 0.18 0.07 0.08
HSL 324.29º 0.51% 0.84% -
HSV(B) 324.29º 0.18% 0.92% -
XYZ 65.99 60.86 74.6 -
YUV 208.41 133.41 146.97 -
System Red Green Blue C M Y K H S L
Decimal 235 193 218 0 0.18 0.07 0.08 324.29 0.51 0.84
Hex EB C1 DA 0 12 7 8 144 33 54
Octal 353 301 332 0 22 7 10 504 63 124
Binary 11101011 11000001 11011010 0 10010 111 1000 101000100 110011 1010100

Color Harmonies of #EBC1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC1DA

Black with #EBC1DA

Text Example


Text Example

White with #EBC1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC1DA; }

 p { color: rgb(235,193,218); }

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

background-color css

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

 a { background-color: rgb(235,193,218); }

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

border-color css

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

 span { border-color: rgb(235,193,218); }

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