Html Css Color HEX #EDCAD9 Classic Rose

📋 copy color: '#EDCAD9'

red 237 ◦ green 202 ◦ blue 217

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

Shades of Classic Rose #EDCAD9

Tints of Classic Rose #EDCAD9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.79%

 BLUE value IS 217 (85.16% from 255) = 33.08%

R = 36.13%
G = 30.79%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDCAD9 (or 0xEDCAD9) is known color: Classic Rose. HEX triplet: ED, CA and D9. RGB value is (237,202,217). Sum of RGB (Red+Green+Blue) = 237+202+217=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCAD9 is #123526. Grayscale: #D6D6D6. Windows color (decimal): -1193255 or 14273261. OLE color: 14273261.

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

Color convert

RGB 237 202 217 -
CMYK 0 0.15 0.08 0.07
HSL 334.29º 0.49% 0.86% -
HSV(B) 334.29º 0.15% 0.93% -
XYZ 68.57 65.26 74.63 -
YUV 214.18 129.6 144.28 -
System Red Green Blue C M Y K H S L
Decimal 237 202 217 0 0.15 0.08 0.07 334.29 0.49 0.86
Hex ED CA D9 0 F 8 7 14E 31 56
Octal 355 312 331 0 17 10 7 516 61 126
Binary 11101101 11001010 11011001 0 1111 1000 111 101001110 110001 1010110

Color Harmonies of #EDCAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCAD9

Black with #EDCAD9

Text Example


Text Example

White with #EDCAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCAD9; }

 p { color: rgb(237,202,217); }

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

background-color css

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

 a { background-color: rgb(237,202,217); }

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

border-color css

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

 span { border-color: rgb(237,202,217); }

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