Html Css Color HEX #EBCDE1 Classic Rose

📋 copy color: '#EBCDE1'

red 235 ◦ green 205 ◦ blue 225

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

Shades of Classic Rose #EBCDE1

Tints of Classic Rose #EBCDE1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.83%

 BLUE value IS 225 (88.28% from 255) = 33.83%

R = 35.34%
G = 30.83%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EBCDE1 (or 0xEBCDE1) is known color: Classic Rose. HEX triplet: EB, CD and E1. RGB value is (235,205,225). Sum of RGB (Red+Green+Blue) = 235+205+225=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 205 (80.47% from 255 or 30.83% from 665); Blue value is 225 (88.28% from 255 or 33.83% from 665); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDE1 is #14321E. Grayscale: #D8D8D8. Windows color (decimal): -1323551 or 14798315. OLE color: 14798315.

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

Color convert

RGB 235 205 225 -
CMYK 0 0.13 0.04 0.08
HSL 320º 0.43% 0.86% -
HSV(B) 320º 0.13% 0.92% -
XYZ 69.68 66.76 80.45 -
YUV 216.25 132.94 141.37 -
System Red Green Blue C M Y K H S L
Decimal 235 205 225 0 0.13 0.04 0.08 320 0.43 0.86
Hex EB CD E1 0 D 4 8 140 2B 56
Octal 353 315 341 0 15 4 10 500 53 126
Binary 11101011 11001101 11100001 0 1101 100 1000 101000000 101011 1010110

Color Harmonies of #EBCDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCDE1

Black with #EBCDE1

Text Example


Text Example

White with #EBCDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCDE1; }

 p { color: rgb(235,205,225); }

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

background-color css

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

 a { background-color: rgb(235,205,225); }

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

border-color css

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

 span { border-color: rgb(235,205,225); }

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