Html Css Color HEX #EBCCDF Classic Rose

📋 copy color: '#EBCCDF'

red 235 ◦ green 204 ◦ blue 223

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

Shades of Classic Rose #EBCCDF

Tints of Classic Rose #EBCCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.69%

R = 35.5%
G = 30.82%
B = 33.69%

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

#EBCCDF (or 0xEBCCDF) is known color: Classic Rose. HEX triplet: EB, CC and DF. RGB value is (235,204,223). Sum of RGB (Red+Green+Blue) = 235+204+223=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCDF is #143320. Grayscale: #D7D7D7. Windows color (decimal): -1323809 or 14666987. OLE color: 14666987.

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

Color convert

RGB 235 204 223 -
CMYK 0 0.13 0.05 0.08
HSL 323.23º 0.44% 0.86% -
HSV(B) 323.23º 0.13% 0.92% -
XYZ 69.17 66.18 78.94 -
YUV 215.44 132.27 141.96 -
System Red Green Blue C M Y K H S L
Decimal 235 204 223 0 0.13 0.05 0.08 323.23 0.44 0.86
Hex EB CC DF 0 D 5 8 143 2C 56
Octal 353 314 337 0 15 5 10 503 54 126
Binary 11101011 11001100 11011111 0 1101 101 1000 101000011 101100 1010110

Color Harmonies of #EBCCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCCDF

Black with #EBCCDF

Text Example


Text Example

White with #EBCCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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