Html Css Color HEX #EFCCD8 Pink Lace

📋 copy color: '#EFCCD8'

red 239 ◦ green 204 ◦ blue 216

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

Shades of Pink Lace #EFCCD8

Tints of Pink Lace #EFCCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 32.78%

R = 36.27%
G = 30.96%
B = 32.78%

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

#EFCCD8 (or 0xEFCCD8) is known color: Pink Lace. HEX triplet: EF, CC and D8. RGB value is (239,204,216). Sum of RGB (Red+Green+Blue) = 239+204+216=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 216 (84.77% from 255 or 32.78% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCD8 is #103327. Grayscale: #D7D7D7. Windows color (decimal): -1061672 or 14208239. OLE color: 14208239.

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

Color convert

RGB 239 204 216 -
CMYK 0 0.15 0.10 0.06
HSL 339.43º 0.52% 0.87% -
HSV(B) 339.43º 0.15% 0.94% -
XYZ 69.58 66.49 74.13 -
YUV 215.83 128.1 144.52 -
System Red Green Blue C M Y K H S L
Decimal 239 204 216 0 0.15 0.10 0.06 339.43 0.52 0.87
Hex EF CC D8 0 F A 6 153 34 57
Octal 357 314 330 0 17 12 6 523 64 127
Binary 11101111 11001100 11011000 0 1111 1010 110 101010011 110100 1010111

Color Harmonies of #EFCCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCD8

Black with #EFCCD8

Text Example


Text Example

White with #EFCCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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