Html Css Color HEX #EECDD3 Pink Lace

📋 copy color: '#EECDD3'

red 238 ◦ green 205 ◦ blue 211

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

Shades of Pink Lace #EECDD3

Tints of Pink Lace #EECDD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.26%

R = 36.39%
G = 31.35%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EECDD3 (or 0xEECDD3) is known color: Pink Lace. HEX triplet: EE, CD and D3. RGB value is (238,205,211). Sum of RGB (Red+Green+Blue) = 238+205+211=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 211 (82.81% from 255 or 32.26% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDD3 is #11322C. Grayscale: #D7D7D7. Windows color (decimal): -1126957 or 13880814. OLE color: 13880814.

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

Color convert

RGB 238 205 211 -
CMYK 0 0.14 0.11 0.07
HSL 349.09º 0.49% 0.87% -
HSV(B) 349.09º 0.14% 0.93% -
XYZ 68.85 66.54 70.84 -
YUV 215.55 125.43 144.01 -
System Red Green Blue C M Y K H S L
Decimal 238 205 211 0 0.14 0.11 0.07 349.09 0.49 0.87
Hex EE CD D3 0 E B 7 15D 31 57
Octal 356 315 323 0 16 13 7 535 61 127
Binary 11101110 11001101 11010011 0 1110 1011 111 101011101 110001 1010111

Color Harmonies of #EECDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECDD3

Black with #EECDD3

Text Example


Text Example

White with #EECDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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