Html Css Color HEX #EFCAD4 Pink Lace

📋 copy color: '#EFCAD4'

red 239 ◦ green 202 ◦ blue 212

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

Shades of Pink Lace #EFCAD4

Tints of Pink Lace #EFCAD4

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.93%

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

R = 36.6%
G = 30.93%
B = 32.47%

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

#EFCAD4 (or 0xEFCAD4) is known color: Pink Lace. HEX triplet: EF, CA and D4. RGB value is (239,202,212). Sum of RGB (Red+Green+Blue) = 239+202+212=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCAD4 is #10352B. Grayscale: #D6D6D6. Windows color (decimal): -1062188 or 13945583. OLE color: 13945583.

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

Color convert

RGB 239 202 212 -
CMYK 0 0.15 0.11 0.06
HSL 343.78º 0.54% 0.86% -
HSV(B) 343.78º 0.15% 0.94% -
XYZ 68.6 65.35 71.28 -
YUV 214.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 239 202 212 0 0.15 0.11 0.06 343.78 0.54 0.86
Hex EF CA D4 0 F B 6 158 36 56
Octal 357 312 324 0 17 13 6 530 66 126
Binary 11101111 11001010 11010100 0 1111 1011 110 101011000 110110 1010110

Color Harmonies of #EFCAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCAD4

Black with #EFCAD4

Text Example


Text Example

White with #EFCAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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