Html Css Color HEX #EDCADA Classic Rose

📋 copy color: '#EDCADA'

red 237 ◦ green 202 ◦ blue 218

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

Shades of Classic Rose #EDCADA

Tints of Classic Rose #EDCADA

RGB

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

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

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

R = 36.07%
G = 30.75%
B = 33.18%

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

#EDCADA (or 0xEDCADA) is known color: Classic Rose. HEX triplet: ED, CA and DA. RGB value is (237,202,218). Sum of RGB (Red+Green+Blue) = 237+202+218=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCADA is #123525. Grayscale: #D6D6D6. Windows color (decimal): -1193254 or 14338797. OLE color: 14338797.

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

Color convert

RGB 237 202 218 -
CMYK 0 0.15 0.08 0.07
HSL 332.57º 0.49% 0.86% -
HSV(B) 332.57º 0.15% 0.93% -
XYZ 68.7 65.31 75.31 -
YUV 214.29 130.1 144.2 -
System Red Green Blue C M Y K H S L
Decimal 237 202 218 0 0.15 0.08 0.07 332.57 0.49 0.86
Hex ED CA DA 0 F 8 7 14D 31 56
Octal 355 312 332 0 17 10 7 515 61 126
Binary 11101101 11001010 11011010 0 1111 1000 111 101001101 110001 1010110

Color Harmonies of #EDCADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCADA

Black with #EDCADA

Text Example


Text Example

White with #EDCADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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