Html Css Color HEX #EECBD1 Pink Lace

📋 copy color: '#EECBD1'

red 238 ◦ green 203 ◦ blue 209

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

Shades of Pink Lace #EECBD1

Tints of Pink Lace #EECBD1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.23%

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

R = 36.62%
G = 31.23%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EECBD1 (or 0xEECBD1) is known color: Pink Lace. HEX triplet: EE, CB and D1. RGB value is (238,203,209). Sum of RGB (Red+Green+Blue) = 238+203+209=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 209 (82.03% from 255 or 32.15% from 650); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBD1 is #11342E. Grayscale: #D6D6D6. Windows color (decimal): -1127471 or 13749230. OLE color: 13749230.

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

Color convert

RGB 238 203 209 -
CMYK 0 0.15 0.12 0.07
HSL 349.71º 0.51% 0.86% -
HSV(B) 349.71º 0.15% 0.93% -
XYZ 68.12 65.49 69.37 -
YUV 214.15 125.1 145.01 -
System Red Green Blue C M Y K H S L
Decimal 238 203 209 0 0.15 0.12 0.07 349.71 0.51 0.86
Hex EE CB D1 0 F C 7 15E 33 56
Octal 356 313 321 0 17 14 7 536 63 126
Binary 11101110 11001011 11010001 0 1111 1100 111 101011110 110011 1010110

Color Harmonies of #EECBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECBD1

Black with #EECBD1

Text Example


Text Example

White with #EECBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECBD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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