Html Css Color HEX #EFCBD4 Pink Lace

📋 copy color: '#EFCBD4'

red 239 ◦ green 203 ◦ blue 212

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

Shades of Pink Lace #EFCBD4

Tints of Pink Lace #EFCBD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 32.42%

R = 36.54%
G = 31.04%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EFCBD4 (or 0xEFCBD4) is known color: Pink Lace. HEX triplet: EF, CB and D4. RGB value is (239,203,212). Sum of RGB (Red+Green+Blue) = 239+203+212=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 212 (83.20% from 255 or 32.42% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBD4 is #10342B. Grayscale: #D6D6D6. Windows color (decimal): -1061932 or 13945839. OLE color: 13945839.

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

Color convert

RGB 239 203 212 -
CMYK 0 0.15 0.11 0.06
HSL 345º 0.53% 0.87% -
HSV(B) 345º 0.15% 0.94% -
XYZ 68.84 65.82 71.36 -
YUV 214.79 126.43 145.27 -
System Red Green Blue C M Y K H S L
Decimal 239 203 212 0 0.15 0.11 0.06 345 0.53 0.87
Hex EF CB D4 0 F B 6 159 35 57
Octal 357 313 324 0 17 13 6 531 65 127
Binary 11101111 11001011 11010100 0 1111 1011 110 101011001 110101 1010111

Color Harmonies of #EFCBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBD4

Black with #EFCBD4

Text Example


Text Example

White with #EFCBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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