Html Css Color HEX #EDDBE0 Pale Rose

📋 copy color: '#EDDBE0'

red 237 ◦ green 219 ◦ blue 224

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

Shades of Pale Rose #EDDBE0

Tints of Pale Rose #EDDBE0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.21%

 BLUE value IS 224 (87.89% from 255) = 32.94%

R = 34.85%
G = 32.21%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EDDBE0 (or 0xEDDBE0) is known color: Pale Rose. HEX triplet: ED, DB and E0. RGB value is (237,219,224). Sum of RGB (Red+Green+Blue) = 237+219+224=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 224 (87.89% from 255 or 32.94% from 680); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBE0 is #12241F. Grayscale: #E0E0E0. Windows color (decimal): -1188896 or 14736365. OLE color: 14736365.

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

Color convert

RGB 237 219 224 -
CMYK 0 0.08 0.05 0.07
HSL 343.33º 0.33% 0.89% -
HSV(B) 343.33º 0.08% 0.93% -
XYZ 73.71 74.05 80.93 -
YUV 224.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 237 219 224 0 0.08 0.05 0.07 343.33 0.33 0.89
Hex ED DB E0 0 8 5 7 157 21 59
Octal 355 333 340 0 10 5 7 527 41 131
Binary 11101101 11011011 11100000 0 1000 101 111 101010111 100001 1011001

Color Harmonies of #EDDBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDBE0

Black with #EDDBE0

Text Example


Text Example

White with #EDDBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDBE0; }

 p { color: rgb(237,219,224); }

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

background-color css

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

 a { background-color: rgb(237,219,224); }

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

border-color css

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

 span { border-color: rgb(237,219,224); }

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