Html Css Color HEX #EDCDDF Classic Rose

📋 copy color: '#EDCDDF'

red 237 ◦ green 205 ◦ blue 223

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

Shades of Classic Rose #EDCDDF

Tints of Classic Rose #EDCDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.53%

R = 35.64%
G = 30.83%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDCDDF (or 0xEDCDDF) is known color: Classic Rose. HEX triplet: ED, CD and DF. RGB value is (237,205,223). Sum of RGB (Red+Green+Blue) = 237+205+223=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 205 (80.47% from 255 or 30.83% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDDF is #123220. Grayscale: #D8D8D8. Windows color (decimal): -1192481 or 14667245. OLE color: 14667245.

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

Color convert

RGB 237 205 223 -
CMYK 0 0.14 0.06 0.07
HSL 326.25º 0.47% 0.87% -
HSV(B) 326.25º 0.14% 0.93% -
XYZ 70.08 66.99 79.05 -
YUV 216.62 131.6 142.54 -
System Red Green Blue C M Y K H S L
Decimal 237 205 223 0 0.14 0.06 0.07 326.25 0.47 0.87
Hex ED CD DF 0 E 6 7 146 2F 57
Octal 355 315 337 0 16 6 7 506 57 127
Binary 11101101 11001101 11011111 0 1110 110 111 101000110 101111 1010111

Color Harmonies of #EDCDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDDF

Black with #EDCDDF

Text Example


Text Example

White with #EDCDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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