Html Css Color HEX #EBDBE6 Classic Rose

📋 copy color: '#EBDBE6'

red 235 ◦ green 219 ◦ blue 230

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

Shades of Classic Rose #EBDBE6

Tints of Classic Rose #EBDBE6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.02%

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

R = 34.36%
G = 32.02%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EBDBE6 (or 0xEBDBE6) is known color: Classic Rose. HEX triplet: EB, DB and E6. RGB value is (235,219,230). Sum of RGB (Red+Green+Blue) = 235+219+230=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 219 (85.94% from 255 or 32.02% from 684); Blue value is 230 (90.23% from 255 or 33.63% from 684); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDBE6 is #142419. Grayscale: #E1E1E1. Windows color (decimal): -1319962 or 15129579. OLE color: 15129579.

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

Color convert

RGB 235 219 230 -
CMYK 0 0.07 0.02 0.08
HSL 318.75º 0.29% 0.89% -
HSV(B) 318.75º 0.07% 0.92% -
XYZ 73.88 74.04 85.26 -
YUV 225.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 235 219 230 0 0.07 0.02 0.08 318.75 0.29 0.89
Hex EB DB E6 0 7 2 8 13F 1D 59
Octal 353 333 346 0 7 2 10 477 35 131
Binary 11101011 11011011 11100110 0 111 10 1000 100111111 11101 1011001

Color Harmonies of #EBDBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDBE6

Black with #EBDBE6

Text Example


Text Example

White with #EBDBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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