Html Css Color HEX #EDCDDC Classic Rose

📋 copy color: '#EDCDDC'

red 237 ◦ green 205 ◦ blue 220

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

Shades of Classic Rose #EDCDDC

Tints of Classic Rose #EDCDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.23%

R = 35.8%
G = 30.97%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDCDDC (or 0xEDCDDC) is known color: Classic Rose. HEX triplet: ED, CD and DC. RGB value is (237,205,220). Sum of RGB (Red+Green+Blue) = 237+205+220=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 205 (80.47% from 255 or 30.97% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDDC is #123223. Grayscale: #D8D8D8. Windows color (decimal): -1192484 or 14470637. OLE color: 14470637.

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

Color convert

RGB 237 205 220 -
CMYK 0 0.14 0.07 0.07
HSL 331.88º 0.47% 0.87% -
HSV(B) 331.88º 0.14% 0.93% -
XYZ 69.67 66.83 76.94 -
YUV 216.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 237 205 220 0 0.14 0.07 0.07 331.88 0.47 0.87
Hex ED CD DC 0 E 7 7 14C 2F 57
Octal 355 315 334 0 16 7 7 514 57 127
Binary 11101101 11001101 11011100 0 1110 111 111 101001100 101111 1010111

Color Harmonies of #EDCDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDDC

Black with #EDCDDC

Text Example


Text Example

White with #EDCDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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