Html Css Color HEX #EECDD1 Pale Rose

📋 copy color: '#EECDD1'

red 238 ◦ green 205 ◦ blue 209

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

Shades of Pale Rose #EECDD1

Tints of Pale Rose #EECDD1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.44%

 BLUE value IS 209 (82.03% from 255) = 32.06%

R = 36.5%
G = 31.44%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EECDD1 (or 0xEECDD1) is known color: Pale Rose. HEX triplet: EE, CD and D1. RGB value is (238,205,209). Sum of RGB (Red+Green+Blue) = 238+205+209=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 209 (82.03% from 255 or 32.06% from 652); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDD1 is #11322E. Grayscale: #D7D7D7. Windows color (decimal): -1126959 or 13749742. OLE color: 13749742.

HSL color Cylindrical-coordinate representation of color #EECDD1: hue angle of 352.73º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECDD1 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 205 209 -
CMYK 0 0.14 0.12 0.07
HSL 352.73º 0.49% 0.87% -
HSV(B) 352.73º 0.14% 0.93% -
XYZ 68.6 66.44 69.53 -
YUV 215.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 238 205 209 0 0.14 0.12 0.07 352.73 0.49 0.87
Hex EE CD D1 0 E C 7 161 31 57
Octal 356 315 321 0 16 14 7 541 61 127
Binary 11101110 11001101 11010001 0 1110 1100 111 101100001 110001 1010111

Color Harmonies of #EECDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECDD1

Black with #EECDD1

Text Example


Text Example

White with #EECDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECDD1; }

 p { color: rgb(238,205,209); }

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

background-color css

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

 a { background-color: rgb(238,205,209); }

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

border-color css

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

 span { border-color: rgb(238,205,209); }

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