Html Css Color HEX #EDCADF Classic Rose

📋 copy color: '#EDCADF'

red 237 ◦ green 202 ◦ blue 223

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

Shades of Classic Rose #EDCADF

Tints of Classic Rose #EDCADF

RGB

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

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

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

R = 35.8%
G = 30.51%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDCADF (or 0xEDCADF) is known color: Classic Rose. HEX triplet: ED, CA and DF. RGB value is (237,202,223). Sum of RGB (Red+Green+Blue) = 237+202+223=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCADF is #123520. Grayscale: #D6D6D6. Windows color (decimal): -1193249 or 14666477. OLE color: 14666477.

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

Color convert

RGB 237 202 223 -
CMYK 0 0.15 0.06 0.07
HSL 324º 0.49% 0.86% -
HSV(B) 324º 0.15% 0.93% -
XYZ 69.36 65.57 78.81 -
YUV 214.86 132.6 143.79 -
System Red Green Blue C M Y K H S L
Decimal 237 202 223 0 0.15 0.06 0.07 324 0.49 0.86
Hex ED CA DF 0 F 6 7 144 31 56
Octal 355 312 337 0 17 6 7 504 61 126
Binary 11101101 11001010 11011111 0 1111 110 111 101000100 110001 1010110

Color Harmonies of #EDCADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCADF

Black with #EDCADF

Text Example


Text Example

White with #EDCADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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