Html Css Color HEX #EDCADC Classic Rose

📋 copy color: '#EDCADC'

red 237 ◦ green 202 ◦ blue 220

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

Shades of Classic Rose #EDCADC

Tints of Classic Rose #EDCADC

RGB

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

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

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

R = 35.96%
G = 30.65%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDCADC (or 0xEDCADC) is known color: Classic Rose. HEX triplet: ED, CA and DC. RGB value is (237,202,220). Sum of RGB (Red+Green+Blue) = 237+202+220=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCADC is #123523. Grayscale: #D6D6D6. Windows color (decimal): -1193252 or 14469869. OLE color: 14469869.

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

Color convert

RGB 237 202 220 -
CMYK 0 0.15 0.07 0.07
HSL 329.14º 0.49% 0.86% -
HSV(B) 329.14º 0.15% 0.93% -
XYZ 68.96 65.41 76.7 -
YUV 214.52 131.1 144.04 -
System Red Green Blue C M Y K H S L
Decimal 237 202 220 0 0.15 0.07 0.07 329.14 0.49 0.86
Hex ED CA DC 0 F 7 7 149 31 56
Octal 355 312 334 0 17 7 7 511 61 126
Binary 11101101 11001010 11011100 0 1111 111 111 101001001 110001 1010110

Color Harmonies of #EDCADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCADC

Black with #EDCADC

Text Example


Text Example

White with #EDCADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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