Html Css Color HEX #EDCBDA Classic Rose

📋 copy color: '#EDCBDA'

red 237 ◦ green 203 ◦ blue 218

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

Shades of Classic Rose #EDCBDA

Tints of Classic Rose #EDCBDA

RGB

 RED value IS 237 (92.97% from 255) = 36.02%

 GREEN value IS 203 (79.69% from 255) = 30.85%

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

R = 36.02%
G = 30.85%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDCBDA (or 0xEDCBDA) is known color: Classic Rose. HEX triplet: ED, CB and DA. RGB value is (237,203,218). Sum of RGB (Red+Green+Blue) = 237+203+218=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBDA is #123425. Grayscale: #D6D6D6. Windows color (decimal): -1192998 or 14339053. OLE color: 14339053.

HSL color Cylindrical-coordinate representation of color #EDCBDA: hue angle of 333.53º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDCBDA is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 203 218 -
CMYK 0 0.14 0.08 0.07
HSL 333.53º 0.49% 0.86% -
HSV(B) 333.53º 0.14% 0.93% -
XYZ 68.94 65.78 75.39 -
YUV 214.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 237 203 218 0 0.14 0.08 0.07 333.53 0.49 0.86
Hex ED CB DA 0 E 8 7 14E 31 56
Octal 355 313 332 0 16 10 7 516 61 126
Binary 11101101 11001011 11011010 0 1110 1000 111 101001110 110001 1010110

Color Harmonies of #EDCBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCBDA

Black with #EDCBDA

Text Example


Text Example

White with #EDCBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCBDA; }

 p { color: rgb(237,203,218); }

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

background-color css

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

 a { background-color: rgb(237,203,218); }

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

border-color css

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

 span { border-color: rgb(237,203,218); }

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