Html Css Color HEX #EDC7DB Classic Rose

📋 copy color: '#EDC7DB'

red 237 ◦ green 199 ◦ blue 219

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

Shades of Classic Rose #EDC7DB

Tints of Classic Rose #EDC7DB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.38%

 BLUE value IS 219 (85.94% from 255) = 33.44%

R = 36.18%
G = 30.38%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDC7DB (or 0xEDC7DB) is known color: Classic Rose. HEX triplet: ED, C7 and DB. RGB value is (237,199,219). Sum of RGB (Red+Green+Blue) = 237+199+219=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 199 (78.12% from 255 or 30.38% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC7DB is #123824. Grayscale: #D4D4D4. Windows color (decimal): -1194021 or 14403565. OLE color: 14403565.

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

Color convert

RGB 237 199 219 -
CMYK 0 0.16 0.08 0.07
HSL 328.42º 0.51% 0.85% -
HSV(B) 328.42º 0.16% 0.93% -
XYZ 68.13 63.97 75.77 -
YUV 212.64 131.59 145.37 -
System Red Green Blue C M Y K H S L
Decimal 237 199 219 0 0.16 0.08 0.07 328.42 0.51 0.85
Hex ED C7 DB 0 10 8 7 148 33 55
Octal 355 307 333 0 20 10 7 510 63 125
Binary 11101101 11000111 11011011 0 10000 1000 111 101001000 110011 1010101

Color Harmonies of #EDC7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC7DB

Black with #EDC7DB

Text Example


Text Example

White with #EDC7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC7DB; }

 p { color: rgb(237,199,219); }

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

background-color css

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

 a { background-color: rgb(237,199,219); }

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

border-color css

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

 span { border-color: rgb(237,199,219); }

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