Html Css Color HEX #EECDD8 Pink Lace

📋 copy color: '#EECDD8'

red 238 ◦ green 205 ◦ blue 216

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

Shades of Pink Lace #EECDD8

Tints of Pink Lace #EECDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 32.78%

R = 36.12%
G = 31.11%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EECDD8 (or 0xEECDD8) is known color: Pink Lace. HEX triplet: EE, CD and D8. RGB value is (238,205,216). Sum of RGB (Red+Green+Blue) = 238+205+216=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 216 (84.77% from 255 or 32.78% from 659); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDD8 is #113227. Grayscale: #D8D8D8. Windows color (decimal): -1126952 or 14208494. OLE color: 14208494.

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

Color convert

RGB 238 205 216 -
CMYK 0 0.14 0.09 0.07
HSL 340º 0.49% 0.87% -
HSV(B) 340º 0.14% 0.93% -
XYZ 69.49 66.8 74.2 -
YUV 216.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 238 205 216 0 0.14 0.09 0.07 340 0.49 0.87
Hex EE CD D8 0 E 9 7 154 31 57
Octal 356 315 330 0 16 11 7 524 61 127
Binary 11101110 11001101 11011000 0 1110 1001 111 101010100 110001 1010111

Color Harmonies of #EECDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECDD8

Black with #EECDD8

Text Example


Text Example

White with #EECDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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