Html Css Color HEX #EFCDD5 Pink Lace

📋 copy color: '#EFCDD5'

red 239 ◦ green 205 ◦ blue 213

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

Shades of Pink Lace #EFCDD5

Tints of Pink Lace #EFCDD5

RGB

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

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

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

R = 36.38%
G = 31.2%
B = 32.42%

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

#EFCDD5 (or 0xEFCDD5) is known color: Pink Lace. HEX triplet: EF, CD and D5. RGB value is (239,205,213). Sum of RGB (Red+Green+Blue) = 239+205+213=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 213 (83.59% from 255 or 32.42% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDD5 is #10322A. Grayscale: #D8D8D8. Windows color (decimal): -1061419 or 14011887. OLE color: 14011887.

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

Color convert

RGB 239 205 213 -
CMYK 0 0.14 0.11 0.06
HSL 345.88º 0.52% 0.87% -
HSV(B) 345.88º 0.14% 0.94% -
XYZ 69.44 66.82 72.19 -
YUV 216.08 126.26 144.35 -
System Red Green Blue C M Y K H S L
Decimal 239 205 213 0 0.14 0.11 0.06 345.88 0.52 0.87
Hex EF CD D5 0 E B 6 15A 34 57
Octal 357 315 325 0 16 13 6 532 64 127
Binary 11101111 11001101 11010101 0 1110 1011 110 101011010 110100 1010111

Color Harmonies of #EFCDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDD5

Black with #EFCDD5

Text Example


Text Example

White with #EFCDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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