Html Css Color HEX #EDBEDA Classic Rose

📋 copy color: '#EDBEDA'

red 237 ◦ green 190 ◦ blue 218

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

Shades of Classic Rose #EDBEDA

Tints of Classic Rose #EDBEDA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.46%

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

R = 36.74%
G = 29.46%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDBEDA (or 0xEDBEDA) is known color: Classic Rose. HEX triplet: ED, BE and DA. RGB value is (237,190,218). Sum of RGB (Red+Green+Blue) = 237+190+218=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBEDA is #124125. Grayscale: #CFCFCF. Windows color (decimal): -1196326 or 14335725. OLE color: 14335725.

HSL color Cylindrical-coordinate representation of color #EDBEDA: hue angle of 324.26º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBEDA is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 190 218 -
CMYK 0 0.20 0.08 0.07
HSL 324.26º 0.57% 0.84% -
HSV(B) 324.26º 0.2% 0.93% -
XYZ 65.99 59.89 74.41 -
YUV 207.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 237 190 218 0 0.20 0.08 0.07 324.26 0.57 0.84
Hex ED BE DA 0 14 8 7 144 39 54
Octal 355 276 332 0 24 10 7 504 71 124
Binary 11101101 10111110 11011010 0 10100 1000 111 101000100 111001 1010100

Color Harmonies of #EDBEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBEDA

Black with #EDBEDA

Text Example


Text Example

White with #EDBEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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