Html Css Color HEX #EFCCD7 Pink Lace

📋 copy color: '#EFCCD7'

red 239 ◦ green 204 ◦ blue 215

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

Shades of Pink Lace #EFCCD7

Tints of Pink Lace #EFCCD7

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31%

 BLUE value IS 215 (84.38% from 255) = 32.67%

R = 36.32%
G = 31%
B = 32.67%

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

#EFCCD7 (or 0xEFCCD7) is known color: Pink Lace. HEX triplet: EF, CC and D7. RGB value is (239,204,215). Sum of RGB (Red+Green+Blue) = 239+204+215=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 215 (84.38% from 255 or 32.67% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCD7 is #103328. Grayscale: #D7D7D7. Windows color (decimal): -1061673 or 14142703. OLE color: 14142703.

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

Color convert

RGB 239 204 215 -
CMYK 0 0.15 0.10 0.06
HSL 341.14º 0.52% 0.87% -
HSV(B) 341.14º 0.15% 0.94% -
XYZ 69.46 66.44 73.45 -
YUV 215.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 239 204 215 0 0.15 0.10 0.06 341.14 0.52 0.87
Hex EF CC D7 0 F A 6 155 34 57
Octal 357 314 327 0 17 12 6 525 64 127
Binary 11101111 11001100 11010111 0 1111 1010 110 101010101 110100 1010111

Color Harmonies of #EFCCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCD7

Black with #EFCCD7

Text Example


Text Example

White with #EFCCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCD7; }

 p { color: rgb(239,204,215); }

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

background-color css

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

 a { background-color: rgb(239,204,215); }

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

border-color css

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

 span { border-color: rgb(239,204,215); }

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