Html Css Color HEX #EDCADD Classic Rose

📋 copy color: '#EDCADD'

red 237 ◦ green 202 ◦ blue 221

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

Shades of Classic Rose #EDCADD

Tints of Classic Rose #EDCADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.48%

R = 35.91%
G = 30.61%
B = 33.48%

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

#EDCADD (or 0xEDCADD) is known color: Classic Rose. HEX triplet: ED, CA and DD. RGB value is (237,202,221). Sum of RGB (Red+Green+Blue) = 237+202+221=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCADD is #123522. Grayscale: #D6D6D6. Windows color (decimal): -1193251 or 14535405. OLE color: 14535405.

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

Color convert

RGB 237 202 221 -
CMYK 0 0.15 0.07 0.07
HSL 327.43º 0.49% 0.86% -
HSV(B) 327.43º 0.15% 0.93% -
XYZ 69.1 65.47 77.4 -
YUV 214.63 131.6 143.96 -
System Red Green Blue C M Y K H S L
Decimal 237 202 221 0 0.15 0.07 0.07 327.43 0.49 0.86
Hex ED CA DD 0 F 7 7 147 31 56
Octal 355 312 335 0 17 7 7 507 61 126
Binary 11101101 11001010 11011101 0 1111 111 111 101000111 110001 1010110

Color Harmonies of #EDCADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCADD

Black with #EDCADD

Text Example


Text Example

White with #EDCADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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