Html Css Color HEX #EDCDDA Classic Rose

📋 copy color: '#EDCDDA'

red 237 ◦ green 205 ◦ blue 218

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

Shades of Classic Rose #EDCDDA

Tints of Classic Rose #EDCDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.03%

R = 35.91%
G = 31.06%
B = 33.03%

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

#EDCDDA (or 0xEDCDDA) is known color: Classic Rose. HEX triplet: ED, CD and DA. RGB value is (237,205,218). Sum of RGB (Red+Green+Blue) = 237+205+218=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 205 (80.47% from 255 or 31.06% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDDA is #123225. Grayscale: #D8D8D8. Windows color (decimal): -1192486 or 14339565. OLE color: 14339565.

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

Color convert

RGB 237 205 218 -
CMYK 0 0.14 0.08 0.07
HSL 335.63º 0.47% 0.87% -
HSV(B) 335.63º 0.14% 0.93% -
XYZ 69.41 66.73 75.55 -
YUV 216.05 129.1 142.94 -
System Red Green Blue C M Y K H S L
Decimal 237 205 218 0 0.14 0.08 0.07 335.63 0.47 0.87
Hex ED CD DA 0 E 8 7 150 2F 57
Octal 355 315 332 0 16 10 7 520 57 127
Binary 11101101 11001101 11011010 0 1110 1000 111 101010000 101111 1010111

Color Harmonies of #EDCDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDDA

Black with #EDCDDA

Text Example


Text Example

White with #EDCDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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