Html Css Color HEX #EFCCD2 Pink Lace

📋 copy color: '#EFCCD2'

red 239 ◦ green 204 ◦ blue 210

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

Shades of Pink Lace #EFCCD2

Tints of Pink Lace #EFCCD2

RGB

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

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

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

R = 36.6%
G = 31.24%
B = 32.16%

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

#EFCCD2 (or 0xEFCCD2) is known color: Pink Lace. HEX triplet: EF, CC and D2. RGB value is (239,204,210). Sum of RGB (Red+Green+Blue) = 239+204+210=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 210 (82.42% from 255 or 32.16% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCD2 is #10332D. Grayscale: #D7D7D7. Windows color (decimal): -1061678 or 13815023. OLE color: 13815023.

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

Color convert

RGB 239 204 210 -
CMYK 0 0.15 0.12 0.06
HSL 349.71º 0.52% 0.87% -
HSV(B) 349.71º 0.15% 0.94% -
XYZ 68.82 66.19 70.12 -
YUV 215.15 125.1 145.01 -
System Red Green Blue C M Y K H S L
Decimal 239 204 210 0 0.15 0.12 0.06 349.71 0.52 0.87
Hex EF CC D2 0 F C 6 15E 34 57
Octal 357 314 322 0 17 14 6 536 64 127
Binary 11101111 11001100 11010010 0 1111 1100 110 101011110 110100 1010111

Color Harmonies of #EFCCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCD2

Black with #EFCCD2

Text Example


Text Example

White with #EFCCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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