Html Css Color HEX #EECDD7 Pink Lace

📋 copy color: '#EECDD7'

red 238 ◦ green 205 ◦ blue 215

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

Shades of Pink Lace #EECDD7

Tints of Pink Lace #EECDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.67%

R = 36.17%
G = 31.16%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EECDD7 (or 0xEECDD7) is known color: Pink Lace. HEX triplet: EE, CD and D7. RGB value is (238,205,215). Sum of RGB (Red+Green+Blue) = 238+205+215=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 215 (84.38% from 255 or 32.67% from 658); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDD7 is #113228. Grayscale: #D7D7D7. Windows color (decimal): -1126953 or 14142958. OLE color: 14142958.

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

Color convert

RGB 238 205 215 -
CMYK 0 0.14 0.10 0.07
HSL 341.82º 0.49% 0.87% -
HSV(B) 341.82º 0.14% 0.93% -
XYZ 69.36 66.75 73.52 -
YUV 216.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 238 205 215 0 0.14 0.10 0.07 341.82 0.49 0.87
Hex EE CD D7 0 E A 7 156 31 57
Octal 356 315 327 0 16 12 7 526 61 127
Binary 11101110 11001101 11010111 0 1110 1010 111 101010110 110001 1010111

Color Harmonies of #EECDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECDD7

Black with #EECDD7

Text Example


Text Example

White with #EECDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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