Html Css Color HEX #EFCCD5 Pink Lace

📋 copy color: '#EFCCD5'

red 239 ◦ green 204 ◦ blue 213

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

Shades of Pink Lace #EFCCD5

Tints of Pink Lace #EFCCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 32.47%

R = 36.43%
G = 31.1%
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

#EFCCD5 (or 0xEFCCD5) is known color: Pink Lace. HEX triplet: EF, CC and D5. RGB value is (239,204,213). Sum of RGB (Red+Green+Blue) = 239+204+213=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 213 (83.59% from 255 or 32.47% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCD5 is #10332A. Grayscale: #D7D7D7. Windows color (decimal): -1061675 or 14011631. OLE color: 14011631.

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

Color convert

RGB 239 204 213 -
CMYK 0 0.15 0.11 0.06
HSL 344.57º 0.52% 0.87% -
HSV(B) 344.57º 0.15% 0.94% -
XYZ 69.2 66.34 72.11 -
YUV 215.49 126.6 144.77 -
System Red Green Blue C M Y K H S L
Decimal 239 204 213 0 0.15 0.11 0.06 344.57 0.52 0.87
Hex EF CC D5 0 F B 6 159 34 57
Octal 357 314 325 0 17 13 6 531 64 127
Binary 11101111 11001100 11010101 0 1111 1011 110 101011001 110100 1010111

Color Harmonies of #EFCCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCD5

Black with #EFCCD5

Text Example


Text Example

White with #EFCCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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