Html Css Color HEX #EED6DB Pale Rose

📋 copy color: '#EED6DB'

red 238 ◦ green 214 ◦ blue 219

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

Shades of Pale Rose #EED6DB

Tints of Pale Rose #EED6DB

RGB

 RED value IS 238 (93.36% from 255) = 35.47%

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

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

R = 35.47%
G = 31.89%
B = 32.64%

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

#EED6DB (or 0xEED6DB) is known color: Pale Rose. HEX triplet: EE, D6 and DB. RGB value is (238,214,219). Sum of RGB (Red+Green+Blue) = 238+214+219=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 214 (83.98% from 255 or 31.89% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6DB is #112924. Grayscale: #DDDDDD. Windows color (decimal): -1124645 or 14407406. OLE color: 14407406.

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

Color convert

RGB 238 214 219 -
CMYK 0 0.10 0.08 0.07
HSL 347.5º 0.41% 0.89% -
HSV(B) 347.5º 0.1% 0.93% -
XYZ 72.09 71.38 77 -
YUV 221.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 238 214 219 0 0.10 0.08 0.07 347.5 0.41 0.89
Hex EE D6 DB 0 A 8 7 15C 29 59
Octal 356 326 333 0 12 10 7 534 51 131
Binary 11101110 11010110 11011011 0 1010 1000 111 101011100 101001 1011001

Color Harmonies of #EED6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED6DB

Black with #EED6DB

Text Example


Text Example

White with #EED6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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