Html Css Color HEX #EFCBD1 Pink Lace

📋 copy color: '#EFCBD1'

red 239 ◦ green 203 ◦ blue 209

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

Shades of Pink Lace #EFCBD1

Tints of Pink Lace #EFCBD1

RGB

 RED value IS 239 (93.75% from 255) = 36.71%

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

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

R = 36.71%
G = 31.18%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFCBD1 (or 0xEFCBD1) is known color: Pink Lace. HEX triplet: EF, CB and D1. RGB value is (239,203,209). Sum of RGB (Red+Green+Blue) = 239+203+209=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 209 (82.03% from 255 or 32.10% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBD1 is #10342E. Grayscale: #D6D6D6. Windows color (decimal): -1061935 or 13749231. OLE color: 13749231.

HSL color Cylindrical-coordinate representation of color #EFCBD1: hue angle of 350º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCBD1 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 203 209 -
CMYK 0 0.15 0.13 0.06
HSL 350º 0.53% 0.87% -
HSV(B) 350º 0.15% 0.94% -
XYZ 68.46 65.67 69.39 -
YUV 214.45 124.93 145.51 -
System Red Green Blue C M Y K H S L
Decimal 239 203 209 0 0.15 0.13 0.06 350 0.53 0.87
Hex EF CB D1 0 F D 6 15E 35 57
Octal 357 313 321 0 17 15 6 536 65 127
Binary 11101111 11001011 11010001 0 1111 1101 110 101011110 110101 1010111

Color Harmonies of #EFCBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBD1

Black with #EFCBD1

Text Example


Text Example

White with #EFCBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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