Html Css Color HEX #EBCCDD Classic Rose

📋 copy color: '#EBCCDD'

red 235 ◦ green 204 ◦ blue 221

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

Shades of Classic Rose #EBCCDD

Tints of Classic Rose #EBCCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.48%

R = 35.61%
G = 30.91%
B = 33.48%

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

#EBCCDD (or 0xEBCCDD) is known color: Classic Rose. HEX triplet: EB, CC and DD. RGB value is (235,204,221). Sum of RGB (Red+Green+Blue) = 235+204+221=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCDD is #143322. Grayscale: #D7D7D7. Windows color (decimal): -1323811 or 14535915. OLE color: 14535915.

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

Color convert

RGB 235 204 221 -
CMYK 0 0.13 0.06 0.08
HSL 327.1º 0.44% 0.86% -
HSV(B) 327.1º 0.13% 0.92% -
XYZ 68.9 66.07 77.53 -
YUV 215.21 131.27 142.12 -
System Red Green Blue C M Y K H S L
Decimal 235 204 221 0 0.13 0.06 0.08 327.1 0.44 0.86
Hex EB CC DD 0 D 6 8 147 2C 56
Octal 353 314 335 0 15 6 10 507 54 126
Binary 11101011 11001100 11011101 0 1101 110 1000 101000111 101100 1010110

Color Harmonies of #EBCCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCCDD

Black with #EBCCDD

Text Example


Text Example

White with #EBCCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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