Html Css Color HEX #EBCCDE Classic Rose

📋 copy color: '#EBCCDE'

red 235 ◦ green 204 ◦ blue 222

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

Shades of Classic Rose #EBCCDE

Tints of Classic Rose #EBCCDE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.86%

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

R = 35.55%
G = 30.86%
B = 33.59%

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

#EBCCDE (or 0xEBCCDE) is known color: Classic Rose. HEX triplet: EB, CC and DE. RGB value is (235,204,222). Sum of RGB (Red+Green+Blue) = 235+204+222=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCDE is #143321. Grayscale: #D7D7D7. Windows color (decimal): -1323810 or 14601451. OLE color: 14601451.

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

Color convert

RGB 235 204 222 -
CMYK 0 0.13 0.06 0.08
HSL 325.16º 0.44% 0.86% -
HSV(B) 325.16º 0.13% 0.92% -
XYZ 69.04 66.12 78.23 -
YUV 215.32 131.77 142.04 -
System Red Green Blue C M Y K H S L
Decimal 235 204 222 0 0.13 0.06 0.08 325.16 0.44 0.86
Hex EB CC DE 0 D 6 8 145 2C 56
Octal 353 314 336 0 15 6 10 505 54 126
Binary 11101011 11001100 11011110 0 1101 110 1000 101000101 101100 1010110

Color Harmonies of #EBCCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCCDE

Black with #EBCCDE

Text Example


Text Example

White with #EBCCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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