Html Css Color HEX #EDD6DC Pale Rose

📋 copy color: '#EDD6DC'

red 237 ◦ green 214 ◦ blue 220

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

Shades of Pale Rose #EDD6DC

Tints of Pale Rose #EDD6DC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.89%

 BLUE value IS 220 (86.33% from 255) = 32.79%

R = 35.32%
G = 31.89%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDD6DC (or 0xEDD6DC) is known color: Pale Rose. HEX triplet: ED, D6 and DC. RGB value is (237,214,220). Sum of RGB (Red+Green+Blue) = 237+214+220=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 214 (83.98% from 255 or 31.89% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD6DC is #122923. Grayscale: #DDDDDD. Windows color (decimal): -1190180 or 14472941. OLE color: 14472941.

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

Color convert

RGB 237 214 220 -
CMYK 0 0.10 0.07 0.07
HSL 344.35º 0.39% 0.88% -
HSV(B) 344.35º 0.1% 0.93% -
XYZ 71.89 71.26 77.68 -
YUV 221.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 237 214 220 0 0.10 0.07 0.07 344.35 0.39 0.88
Hex ED D6 DC 0 A 7 7 158 27 58
Octal 355 326 334 0 12 7 7 530 47 130
Binary 11101101 11010110 11011100 0 1010 111 111 101011000 100111 1011000

Color Harmonies of #EDD6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD6DC

Black with #EDD6DC

Text Example


Text Example

White with #EDD6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD6DC; }

 p { color: rgb(237,214,220); }

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

background-color css

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

 a { background-color: rgb(237,214,220); }

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

border-color css

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

 span { border-color: rgb(237,214,220); }

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