Html Css Color HEX #EBDCE6 Classic Rose

📋 copy color: '#EBDCE6'

red 235 ◦ green 220 ◦ blue 230

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

Shades of Classic Rose #EBDCE6

Tints of Classic Rose #EBDCE6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.12%

 BLUE value IS 230 (90.23% from 255) = 33.58%

R = 34.31%
G = 32.12%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EBDCE6 (or 0xEBDCE6) is known color: Classic Rose. HEX triplet: EB, DC and E6. RGB value is (235,220,230). Sum of RGB (Red+Green+Blue) = 235+220+230=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 230 (90.23% from 255 or 33.58% from 685); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDCE6 is #142319. Grayscale: #E1E1E1. Windows color (decimal): -1319706 or 15129835. OLE color: 15129835.

HSL color Cylindrical-coordinate representation of color #EBDCE6: hue angle of 320º degrees, saturation: 0.27, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBDCE6 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 220 230 -
CMYK 0 0.06 0.02 0.08
HSL 320º 0.27% 0.89% -
HSV(B) 320º 0.06% 0.92% -
XYZ 74.14 74.56 85.35 -
YUV 225.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 235 220 230 0 0.06 0.02 0.08 320 0.27 0.89
Hex EB DC E6 0 6 2 8 140 1B 59
Octal 353 334 346 0 6 2 10 500 33 131
Binary 11101011 11011100 11100110 0 110 10 1000 101000000 11011 1011001

Color Harmonies of #EBDCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDCE6

Black with #EBDCE6

Text Example


Text Example

White with #EBDCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDCE6; }

 p { color: rgb(235,220,230); }

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

background-color css

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

 a { background-color: rgb(235,220,230); }

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

border-color css

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

 span { border-color: rgb(235,220,230); }

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