Html Css Color HEX #EBCDE0 Classic Rose

📋 copy color: '#EBCDE0'

red 235 ◦ green 205 ◦ blue 224

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

Shades of Classic Rose #EBCDE0

Tints of Classic Rose #EBCDE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.73%

R = 35.39%
G = 30.87%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EBCDE0 (or 0xEBCDE0) is known color: Classic Rose. HEX triplet: EB, CD and E0. RGB value is (235,205,224). Sum of RGB (Red+Green+Blue) = 235+205+224=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDE0 is #14321F. Grayscale: #D8D8D8. Windows color (decimal): -1323552 or 14732779. OLE color: 14732779.

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

Color convert

RGB 235 205 224 -
CMYK 0 0.13 0.05 0.08
HSL 322º 0.43% 0.86% -
HSV(B) 322º 0.13% 0.92% -
XYZ 69.55 66.71 79.73 -
YUV 216.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 235 205 224 0 0.13 0.05 0.08 322 0.43 0.86
Hex EB CD E0 0 D 5 8 142 2B 56
Octal 353 315 340 0 15 5 10 502 53 126
Binary 11101011 11001101 11100000 0 1101 101 1000 101000010 101011 1010110

Color Harmonies of #EBCDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCDE0

Black with #EBCDE0

Text Example


Text Example

White with #EBCDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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