Html Css Color HEX #EBD2DF Classic Rose

📋 copy color: '#EBD2DF'

red 235 ◦ green 210 ◦ blue 223

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

Shades of Classic Rose #EBD2DF

Tints of Classic Rose #EBD2DF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.44%

 BLUE value IS 223 (87.5% from 255) = 33.38%

R = 35.18%
G = 31.44%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EBD2DF (or 0xEBD2DF) is known color: Classic Rose. HEX triplet: EB, D2 and DF. RGB value is (235,210,223). Sum of RGB (Red+Green+Blue) = 235+210+223=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 210 (82.42% from 255 or 31.44% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD2DF is #142D20. Grayscale: #DADADA. Windows color (decimal): -1322273 or 14668523. OLE color: 14668523.

HSL color Cylindrical-coordinate representation of color #EBD2DF: hue angle of 328.8º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBD2DF is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 210 223 -
CMYK 0 0.11 0.05 0.08
HSL 328.8º 0.38% 0.87% -
HSV(B) 328.8º 0.11% 0.92% -
XYZ 70.63 69.08 79.42 -
YUV 218.96 130.28 139.44 -
System Red Green Blue C M Y K H S L
Decimal 235 210 223 0 0.11 0.05 0.08 328.8 0.38 0.87
Hex EB D2 DF 0 B 5 8 149 26 57
Octal 353 322 337 0 13 5 10 511 46 127
Binary 11101011 11010010 11011111 0 1011 101 1000 101001001 100110 1010111

Color Harmonies of #EBD2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD2DF

Black with #EBD2DF

Text Example


Text Example

White with #EBD2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD2DF; }

 p { color: rgb(235,210,223); }

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

background-color css

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

 a { background-color: rgb(235,210,223); }

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

border-color css

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

 span { border-color: rgb(235,210,223); }

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