Html Css Color HEX #EBCDDA Classic Rose

📋 copy color: '#EBCDDA'

red 235 ◦ green 205 ◦ blue 218

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

Shades of Classic Rose #EBCDDA

Tints of Classic Rose #EBCDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.13%

R = 35.71%
G = 31.16%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBCDDA (or 0xEBCDDA) is known color: Classic Rose. HEX triplet: EB, CD and DA. RGB value is (235,205,218). Sum of RGB (Red+Green+Blue) = 235+205+218=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDDA is #143225. Grayscale: #D7D7D7. Windows color (decimal): -1323558 or 14339563. OLE color: 14339563.

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

Color convert

RGB 235 205 218 -
CMYK 0 0.13 0.07 0.08
HSL 334º 0.43% 0.86% -
HSV(B) 334º 0.13% 0.92% -
XYZ 68.75 66.39 75.52 -
YUV 215.45 129.44 141.94 -
System Red Green Blue C M Y K H S L
Decimal 235 205 218 0 0.13 0.07 0.08 334 0.43 0.86
Hex EB CD DA 0 D 7 8 14E 2B 56
Octal 353 315 332 0 15 7 10 516 53 126
Binary 11101011 11001101 11011010 0 1101 111 1000 101001110 101011 1010110

Color Harmonies of #EBCDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCDDA

Black with #EBCDDA

Text Example


Text Example

White with #EBCDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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