Html Css Color HEX #EFCDD4 Pink Lace

📋 copy color: '#EFCDD4'

red 239 ◦ green 205 ◦ blue 212

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

Shades of Pink Lace #EFCDD4

Tints of Pink Lace #EFCDD4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.25%

 BLUE value IS 212 (83.2% from 255) = 32.32%

R = 36.43%
G = 31.25%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFCDD4 (or 0xEFCDD4) is known color: Pink Lace. HEX triplet: EF, CD and D4. RGB value is (239,205,212). Sum of RGB (Red+Green+Blue) = 239+205+212=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 212 (83.20% from 255 or 32.32% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDD4 is #10322B. Grayscale: #D7D7D7. Windows color (decimal): -1061420 or 13946351. OLE color: 13946351.

HSL color Cylindrical-coordinate representation of color #EFCDD4: hue angle of 347.65º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFCDD4 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 205 212 -
CMYK 0 0.14 0.11 0.06
HSL 347.65º 0.52% 0.87% -
HSV(B) 347.65º 0.14% 0.94% -
XYZ 69.31 66.77 71.52 -
YUV 215.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 239 205 212 0 0.14 0.11 0.06 347.65 0.52 0.87
Hex EF CD D4 0 E B 6 15C 34 57
Octal 357 315 324 0 16 13 6 534 64 127
Binary 11101111 11001101 11010100 0 1110 1011 110 101011100 110100 1010111

Color Harmonies of #EFCDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDD4

Black with #EFCDD4

Text Example


Text Example

White with #EFCDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDD4; }

 p { color: rgb(239,205,212); }

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

background-color css

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

 a { background-color: rgb(239,205,212); }

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

border-color css

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

 span { border-color: rgb(239,205,212); }

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