Html Css Color HEX #EDD6DE Pale Rose

📋 copy color: '#EDD6DE'

red 237 ◦ green 214 ◦ blue 222

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

Shades of Pale Rose #EDD6DE

Tints of Pale Rose #EDD6DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 32.99%

R = 35.22%
G = 31.8%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDD6DE (or 0xEDD6DE) is known color: Pale Rose. HEX triplet: ED, D6 and DE. RGB value is (237,214,222). Sum of RGB (Red+Green+Blue) = 237+214+222=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 214 (83.98% from 255 or 31.80% from 673); Blue value is 222 (87.11% from 255 or 32.99% from 673); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD6DE is #122921. Grayscale: #DDDDDD. Windows color (decimal): -1190178 or 14604013. OLE color: 14604013.

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

Color convert

RGB 237 214 222 -
CMYK 0 0.10 0.06 0.07
HSL 339.13º 0.39% 0.88% -
HSV(B) 339.13º 0.1% 0.93% -
XYZ 72.16 71.37 79.08 -
YUV 221.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 237 214 222 0 0.10 0.06 0.07 339.13 0.39 0.88
Hex ED D6 DE 0 A 6 7 153 27 58
Octal 355 326 336 0 12 6 7 523 47 130
Binary 11101101 11010110 11011110 0 1010 110 111 101010011 100111 1011000

Color Harmonies of #EDD6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD6DE

Black with #EDD6DE

Text Example


Text Example

White with #EDD6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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