Html Css Color HEX #EDDBDD Pale Rose

📋 copy color: '#EDDBDD'

red 237 ◦ green 219 ◦ blue 221

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

Shades of Pale Rose #EDDBDD

Tints of Pale Rose #EDDBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.64%

R = 35.01%
G = 32.35%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDDBDD (or 0xEDDBDD) is known color: Pale Rose. HEX triplet: ED, DB and DD. RGB value is (237,219,221). Sum of RGB (Red+Green+Blue) = 237+219+221=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBDD is #122422. Grayscale: #E0E0E0. Windows color (decimal): -1188899 or 14539757. OLE color: 14539757.

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

Color convert

RGB 237 219 221 -
CMYK 0 0.08 0.07 0.07
HSL 353.33º 0.33% 0.89% -
HSV(B) 353.33º 0.08% 0.93% -
XYZ 73.31 73.89 78.8 -
YUV 224.61 125.96 136.84 -
System Red Green Blue C M Y K H S L
Decimal 237 219 221 0 0.08 0.07 0.07 353.33 0.33 0.89
Hex ED DB DD 0 8 7 7 161 21 59
Octal 355 333 335 0 10 7 7 541 41 131
Binary 11101101 11011011 11011101 0 1000 111 111 101100001 100001 1011001

Color Harmonies of #EDDBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDBDD

Black with #EDDBDD

Text Example


Text Example

White with #EDDBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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