Html Css Color HEX #EBCDDE Classic Rose

📋 copy color: '#EBCDDE'

red 235 ◦ green 205 ◦ blue 222

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

Shades of Classic Rose #EBCDDE

Tints of Classic Rose #EBCDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.53%

R = 35.5%
G = 30.97%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBCDDE (or 0xEBCDDE) is known color: Classic Rose. HEX triplet: EB, CD and DE. RGB value is (235,205,222). Sum of RGB (Red+Green+Blue) = 235+205+222=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 205 (80.47% from 255 or 30.97% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDDE is #143221. Grayscale: #D7D7D7. Windows color (decimal): -1323554 or 14601707. OLE color: 14601707.

HSL color Cylindrical-coordinate representation of color #EBCDDE: hue angle of 326º 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 #EBCDDE is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 205 222 -
CMYK 0 0.13 0.06 0.08
HSL 326º 0.43% 0.86% -
HSV(B) 326º 0.13% 0.92% -
XYZ 69.28 66.6 78.31 -
YUV 215.91 131.44 141.62 -
System Red Green Blue C M Y K H S L
Decimal 235 205 222 0 0.13 0.06 0.08 326 0.43 0.86
Hex EB CD DE 0 D 6 8 146 2B 56
Octal 353 315 336 0 15 6 10 506 53 126
Binary 11101011 11001101 11011110 0 1101 110 1000 101000110 101011 1010110

Color Harmonies of #EBCDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCDDE

Black with #EBCDDE

Text Example


Text Example

White with #EBCDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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