Html Css Color HEX #EECBD2 Pink Lace

📋 copy color: '#EECBD2'

red 238 ◦ green 203 ◦ blue 210

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

Shades of Pink Lace #EECBD2

Tints of Pink Lace #EECBD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.26%

R = 36.56%
G = 31.18%
B = 32.26%

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

#EECBD2 (or 0xEECBD2) is known color: Pink Lace. HEX triplet: EE, CB and D2. RGB value is (238,203,210). Sum of RGB (Red+Green+Blue) = 238+203+210=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 210 (82.42% from 255 or 32.26% from 651); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBD2 is #11342D. Grayscale: #D6D6D6. Windows color (decimal): -1127470 or 13814766. OLE color: 13814766.

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

Color convert

RGB 238 203 210 -
CMYK 0 0.15 0.12 0.07
HSL 348º 0.51% 0.86% -
HSV(B) 348º 0.15% 0.93% -
XYZ 68.25 65.54 70.03 -
YUV 214.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 238 203 210 0 0.15 0.12 0.07 348 0.51 0.86
Hex EE CB D2 0 F C 7 15C 33 56
Octal 356 313 322 0 17 14 7 534 63 126
Binary 11101110 11001011 11010010 0 1111 1100 111 101011100 110011 1010110

Color Harmonies of #EECBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECBD2

Black with #EECBD2

Text Example


Text Example

White with #EECBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECBD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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