Html Css Color HEX #EDD2D3 Pale Rose

📋 copy color: '#EDD2D3'

red 237 ◦ green 210 ◦ blue 211

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

Shades of Pale Rose #EDD2D3

Tints of Pale Rose #EDD2D3

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.91%

 BLUE value IS 211 (82.81% from 255) = 32.07%

R = 36.02%
G = 31.91%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EDD2D3 (or 0xEDD2D3) is known color: Pale Rose. HEX triplet: ED, D2 and D3. RGB value is (237,210,211). Sum of RGB (Red+Green+Blue) = 237+210+211=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 210 (82.42% from 255 or 31.91% from 658); Blue value is 211 (82.81% from 255 or 32.07% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD2D3 is #122D2C. Grayscale: #DADADA. Windows color (decimal): -1191213 or 13882093. OLE color: 13882093.

HSL color Cylindrical-coordinate representation of color #EDD2D3: hue angle of 357.78º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDD2D3 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 210 211 -
CMYK 0 0.11 0.11 0.07
HSL 357.78º 0.43% 0.88% -
HSV(B) 357.78º 0.11% 0.93% -
XYZ 69.73 68.8 71.23 -
YUV 218.19 123.95 141.42 -
System Red Green Blue C M Y K H S L
Decimal 237 210 211 0 0.11 0.11 0.07 357.78 0.43 0.88
Hex ED D2 D3 0 B B 7 166 2B 58
Octal 355 322 323 0 13 13 7 546 53 130
Binary 11101101 11010010 11010011 0 1011 1011 111 101100110 101011 1011000

Color Harmonies of #EDD2D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD2D3

Black with #EDD2D3

Text Example


Text Example

White with #EDD2D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD2D3; }

 p { color: rgb(237,210,211); }

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

background-color css

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

 a { background-color: rgb(237,210,211); }

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

border-color css

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

 span { border-color: rgb(237,210,211); }

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