Html Css Color HEX #EDD6DB Pale Rose

📋 copy color: '#EDD6DB'

red 237 ◦ green 214 ◦ blue 219

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

Shades of Pale Rose #EDD6DB

Tints of Pale Rose #EDD6DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 32.69%

R = 35.37%
G = 31.94%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDD6DB (or 0xEDD6DB) is known color: Pale Rose. HEX triplet: ED, D6 and DB. RGB value is (237,214,219). Sum of RGB (Red+Green+Blue) = 237+214+219=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 214 (83.98% from 255 or 31.94% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD6DB is #122924. Grayscale: #DDDDDD. Windows color (decimal): -1190181 or 14407405. OLE color: 14407405.

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

Color convert

RGB 237 214 219 -
CMYK 0 0.10 0.08 0.07
HSL 346.96º 0.39% 0.88% -
HSV(B) 346.96º 0.1% 0.93% -
XYZ 71.76 71.21 76.98 -
YUV 221.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 237 214 219 0 0.10 0.08 0.07 346.96 0.39 0.88
Hex ED D6 DB 0 A 8 7 15B 27 58
Octal 355 326 333 0 12 10 7 533 47 130
Binary 11101101 11010110 11011011 0 1010 1000 111 101011011 100111 1011000

Color Harmonies of #EDD6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD6DB

Black with #EDD6DB

Text Example


Text Example

White with #EDD6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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