Html Css Color HEX #EFCAD2 Pink Lace

📋 copy color: '#EFCAD2'

red 239 ◦ green 202 ◦ blue 210

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

Shades of Pink Lace #EFCAD2

Tints of Pink Lace #EFCAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.26%

R = 36.71%
G = 31.03%
B = 32.26%

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

#EFCAD2 (or 0xEFCAD2) is known color: Pink Lace. HEX triplet: EF, CA and D2. RGB value is (239,202,210). Sum of RGB (Red+Green+Blue) = 239+202+210=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 210 (82.42% from 255 or 32.26% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCAD2 is #10352D. Grayscale: #D5D5D5. Windows color (decimal): -1062190 or 13814511. OLE color: 13814511.

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

Color convert

RGB 239 202 210 -
CMYK 0 0.15 0.12 0.06
HSL 347.03º 0.54% 0.86% -
HSV(B) 347.03º 0.15% 0.94% -
XYZ 68.35 65.24 69.96 -
YUV 213.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 239 202 210 0 0.15 0.12 0.06 347.03 0.54 0.86
Hex EF CA D2 0 F C 6 15B 36 56
Octal 357 312 322 0 17 14 6 533 66 126
Binary 11101111 11001010 11010010 0 1111 1100 110 101011011 110110 1010110

Color Harmonies of #EFCAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCAD2

Black with #EFCAD2

Text Example


Text Example

White with #EFCAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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