Html Css Color HEX #EDDADD Pale Rose

📋 copy color: '#EDDADD'

red 237 ◦ green 218 ◦ blue 221

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

Shades of Pale Rose #EDDADD

Tints of Pale Rose #EDDADD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.25%

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

R = 35.06%
G = 32.25%
B = 32.69%

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

#EDDADD (or 0xEDDADD) is known color: Pale Rose. HEX triplet: ED, DA and DD. RGB value is (237,218,221). Sum of RGB (Red+Green+Blue) = 237+218+221=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDADD is #122522. Grayscale: #E0E0E0. Windows color (decimal): -1189155 or 14539501. OLE color: 14539501.

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

Color convert

RGB 237 218 221 -
CMYK 0 0.08 0.07 0.07
HSL 350.53º 0.35% 0.89% -
HSV(B) 350.53º 0.08% 0.93% -
XYZ 73.05 73.37 78.72 -
YUV 224.02 126.29 137.26 -
System Red Green Blue C M Y K H S L
Decimal 237 218 221 0 0.08 0.07 0.07 350.53 0.35 0.89
Hex ED DA DD 0 8 7 7 15F 23 59
Octal 355 332 335 0 10 7 7 537 43 131
Binary 11101101 11011010 11011101 0 1000 111 111 101011111 100011 1011001

Color Harmonies of #EDDADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDADD

Black with #EDDADD

Text Example


Text Example

White with #EDDADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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