Html Css Color HEX #EDBDDA Classic Rose

📋 copy color: '#EDBDDA'

red 237 ◦ green 189 ◦ blue 218

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

Shades of Classic Rose #EDBDDA

Tints of Classic Rose #EDBDDA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.35%

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

R = 36.8%
G = 29.35%
B = 33.85%

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

#EDBDDA (or 0xEDBDDA) is known color: Classic Rose. HEX triplet: ED, BD and DA. RGB value is (237,189,218). Sum of RGB (Red+Green+Blue) = 237+189+218=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDDA is #124225. Grayscale: #CECECE. Windows color (decimal): -1196582 or 14335469. OLE color: 14335469.

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

Color convert

RGB 237 189 218 -
CMYK 0 0.20 0.08 0.07
HSL 323.75º 0.57% 0.84% -
HSV(B) 323.75º 0.2% 0.93% -
XYZ 65.78 59.46 74.34 -
YUV 206.66 134.4 149.64 -
System Red Green Blue C M Y K H S L
Decimal 237 189 218 0 0.20 0.08 0.07 323.75 0.57 0.84
Hex ED BD DA 0 14 8 7 144 39 54
Octal 355 275 332 0 24 10 7 504 71 124
Binary 11101101 10111101 11011010 0 10100 1000 111 101000100 111001 1010100

Color Harmonies of #EDBDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDDA

Black with #EDBDDA

Text Example


Text Example

White with #EDBDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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