Html Css Color HEX #EFCBD6 Pink Lace

📋 copy color: '#EFCBD6'

red 239 ◦ green 203 ◦ blue 214

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

Shades of Pink Lace #EFCBD6

Tints of Pink Lace #EFCBD6

RGB

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

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

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

R = 36.43%
G = 30.95%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFCBD6 (or 0xEFCBD6) is known color: Pink Lace. HEX triplet: EF, CB and D6. RGB value is (239,203,214). Sum of RGB (Red+Green+Blue) = 239+203+214=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 214 (83.98% from 255 or 32.62% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBD6 is #103429. Grayscale: #D7D7D7. Windows color (decimal): -1061930 or 14076911. OLE color: 14076911.

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

Color convert

RGB 239 203 214 -
CMYK 0 0.15 0.10 0.06
HSL 341.67º 0.53% 0.87% -
HSV(B) 341.67º 0.15% 0.94% -
XYZ 69.09 65.92 72.7 -
YUV 215.02 127.43 145.11 -
System Red Green Blue C M Y K H S L
Decimal 239 203 214 0 0.15 0.10 0.06 341.67 0.53 0.87
Hex EF CB D6 0 F A 6 156 35 57
Octal 357 313 326 0 17 12 6 526 65 127
Binary 11101111 11001011 11010110 0 1111 1010 110 101010110 110101 1010111

Color Harmonies of #EFCBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBD6

Black with #EFCBD6

Text Example


Text Example

White with #EFCBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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