Html Css Color HEX #EFCAD3 Pink Lace

📋 copy color: '#EFCAD3'

red 239 ◦ green 202 ◦ blue 211

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

Shades of Pink Lace #EFCAD3

Tints of Pink Lace #EFCAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.36%

R = 36.66%
G = 30.98%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EFCAD3 (or 0xEFCAD3) is known color: Pink Lace. HEX triplet: EF, CA and D3. RGB value is (239,202,211). Sum of RGB (Red+Green+Blue) = 239+202+211=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 211 (82.81% from 255 or 32.36% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCAD3 is #10352C. Grayscale: #D6D6D6. Windows color (decimal): -1062189 or 13880047. OLE color: 13880047.

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

Color convert

RGB 239 202 211 -
CMYK 0 0.15 0.12 0.06
HSL 345.41º 0.54% 0.86% -
HSV(B) 345.41º 0.15% 0.94% -
XYZ 68.48 65.29 70.62 -
YUV 214.09 126.26 145.77 -
System Red Green Blue C M Y K H S L
Decimal 239 202 211 0 0.15 0.12 0.06 345.41 0.54 0.86
Hex EF CA D3 0 F C 6 159 36 56
Octal 357 312 323 0 17 14 6 531 66 126
Binary 11101111 11001010 11010011 0 1111 1100 110 101011001 110110 1010110

Color Harmonies of #EFCAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCAD3

Black with #EFCAD3

Text Example


Text Example

White with #EFCAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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