Html Css Color HEX #EECBD6 Pink Lace

📋 copy color: '#EECBD6'

red 238 ◦ green 203 ◦ blue 214

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

Shades of Pink Lace #EECBD6

Tints of Pink Lace #EECBD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 32.67%

R = 36.34%
G = 30.99%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EECBD6 (or 0xEECBD6) is known color: Pink Lace. HEX triplet: EE, CB and D6. RGB value is (238,203,214). Sum of RGB (Red+Green+Blue) = 238+203+214=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBD6 is #113429. Grayscale: #D6D6D6. Windows color (decimal): -1127466 or 14076910. OLE color: 14076910.

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

Color convert

RGB 238 203 214 -
CMYK 0 0.15 0.10 0.07
HSL 341.14º 0.51% 0.86% -
HSV(B) 341.14º 0.15% 0.93% -
XYZ 68.75 65.74 72.68 -
YUV 214.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 238 203 214 0 0.15 0.10 0.07 341.14 0.51 0.86
Hex EE CB D6 0 F A 7 155 33 56
Octal 356 313 326 0 17 12 7 525 63 126
Binary 11101110 11001011 11010110 0 1111 1010 111 101010101 110011 1010110

Color Harmonies of #EECBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECBD6

Black with #EECBD6

Text Example


Text Example

White with #EECBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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