Html Css Color HEX #EED6DA Pale Rose

📋 copy color: '#EED6DA'

red 238 ◦ green 214 ◦ blue 218

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

Shades of Pale Rose #EED6DA

Tints of Pale Rose #EED6DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.54%

R = 35.52%
G = 31.94%
B = 32.54%

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

#EED6DA (or 0xEED6DA) is known color: Pale Rose. HEX triplet: EE, D6 and DA. RGB value is (238,214,218). Sum of RGB (Red+Green+Blue) = 238+214+218=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 214 (83.98% from 255 or 31.94% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6DA is #112925. Grayscale: #DDDDDD. Windows color (decimal): -1124646 or 14341870. OLE color: 14341870.

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

Color convert

RGB 238 214 218 -
CMYK 0 0.10 0.08 0.07
HSL 350º 0.41% 0.89% -
HSV(B) 350º 0.1% 0.93% -
XYZ 71.96 71.33 76.31 -
YUV 221.63 125.95 139.67 -
System Red Green Blue C M Y K H S L
Decimal 238 214 218 0 0.10 0.08 0.07 350 0.41 0.89
Hex EE D6 DA 0 A 8 7 15E 29 59
Octal 356 326 332 0 12 10 7 536 51 131
Binary 11101110 11010110 11011010 0 1010 1000 111 101011110 101001 1011001

Color Harmonies of #EED6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED6DA

Black with #EED6DA

Text Example


Text Example

White with #EED6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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