Html Css Color HEX #EDCEDA Classic Rose

📋 copy color: '#EDCEDA'

red 237 ◦ green 206 ◦ blue 218

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

Shades of Classic Rose #EDCEDA

Tints of Classic Rose #EDCEDA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.16%

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

R = 35.85%
G = 31.16%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDCEDA (or 0xEDCEDA) is known color: Classic Rose. HEX triplet: ED, CE and DA. RGB value is (237,206,218). Sum of RGB (Red+Green+Blue) = 237+206+218=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCEDA is #123125. Grayscale: #D8D8D8. Windows color (decimal): -1192230 or 14339821. OLE color: 14339821.

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

Color convert

RGB 237 206 218 -
CMYK 0 0.13 0.08 0.07
HSL 336.77º 0.46% 0.87% -
HSV(B) 336.77º 0.13% 0.93% -
XYZ 69.65 67.21 75.63 -
YUV 216.64 128.77 142.52 -
System Red Green Blue C M Y K H S L
Decimal 237 206 218 0 0.13 0.08 0.07 336.77 0.46 0.87
Hex ED CE DA 0 D 8 7 151 2E 57
Octal 355 316 332 0 15 10 7 521 56 127
Binary 11101101 11001110 11011010 0 1101 1000 111 101010001 101110 1010111

Color Harmonies of #EDCEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCEDA

Black with #EDCEDA

Text Example


Text Example

White with #EDCEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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