Html Css Color HEX #EDC6DB Classic Rose

📋 copy color: '#EDC6DB'

red 237 ◦ green 198 ◦ blue 219

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

Shades of Classic Rose #EDC6DB

Tints of Classic Rose #EDC6DB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.28%

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

R = 36.24%
G = 30.28%
B = 33.49%

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

#EDC6DB (or 0xEDC6DB) is known color: Classic Rose. HEX triplet: ED, C6 and DB. RGB value is (237,198,219). Sum of RGB (Red+Green+Blue) = 237+198+219=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 198 (77.73% from 255 or 30.28% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC6DB is #123924. Grayscale: #D4D4D4. Windows color (decimal): -1194277 or 14403309. OLE color: 14403309.

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

Color convert

RGB 237 198 219 -
CMYK 0 0.16 0.08 0.07
HSL 327.69º 0.52% 0.85% -
HSV(B) 327.69º 0.16% 0.93% -
XYZ 67.91 63.51 75.7 -
YUV 212.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 237 198 219 0 0.16 0.08 0.07 327.69 0.52 0.85
Hex ED C6 DB 0 10 8 7 148 34 55
Octal 355 306 333 0 20 10 7 510 64 125
Binary 11101101 11000110 11011011 0 10000 1000 111 101001000 110100 1010101

Color Harmonies of #EDC6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC6DB

Black with #EDC6DB

Text Example


Text Example

White with #EDC6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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