Html Css Color HEX #EDCDDB Classic Rose

📋 copy color: '#EDCDDB'

red 237 ◦ green 205 ◦ blue 219

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

Shades of Classic Rose #EDCDDB

Tints of Classic Rose #EDCDDB

RGB

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

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

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

R = 35.85%
G = 31.01%
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

#EDCDDB (or 0xEDCDDB) is known color: Classic Rose. HEX triplet: ED, CD and DB. RGB value is (237,205,219). Sum of RGB (Red+Green+Blue) = 237+205+219=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDDB is #123224. Grayscale: #D8D8D8. Windows color (decimal): -1192485 or 14405101. OLE color: 14405101.

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

Color convert

RGB 237 205 219 -
CMYK 0 0.14 0.08 0.07
HSL 333.75º 0.47% 0.87% -
HSV(B) 333.75º 0.14% 0.93% -
XYZ 69.54 66.78 76.24 -
YUV 216.16 129.6 142.86 -
System Red Green Blue C M Y K H S L
Decimal 237 205 219 0 0.14 0.08 0.07 333.75 0.47 0.87
Hex ED CD DB 0 E 8 7 14E 2F 57
Octal 355 315 333 0 16 10 7 516 57 127
Binary 11101101 11001101 11011011 0 1110 1000 111 101001110 101111 1010111

Color Harmonies of #EDCDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDDB

Black with #EDCDDB

Text Example


Text Example

White with #EDCDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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