Html Css Color HEX #EDCDD8 Pink Lace

📋 copy color: '#EDCDD8'

red 237 ◦ green 205 ◦ blue 216

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

Shades of Pink Lace #EDCDD8

Tints of Pink Lace #EDCDD8

RGB

 RED value IS 237 (92.97% from 255) = 36.02%

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

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

R = 36.02%
G = 31.16%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EDCDD8 (or 0xEDCDD8) is known color: Pink Lace. HEX triplet: ED, CD and D8. RGB value is (237,205,216). Sum of RGB (Red+Green+Blue) = 237+205+216=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 216 (84.77% from 255 or 32.83% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDD8 is #123227. Grayscale: #D7D7D7. Windows color (decimal): -1192488 or 14208493. OLE color: 14208493.

HSL color Cylindrical-coordinate representation of color #EDCDD8: hue angle of 339.38º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDCDD8 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 205 216 -
CMYK 0 0.14 0.09 0.07
HSL 339.38º 0.47% 0.87% -
HSV(B) 339.38º 0.14% 0.93% -
XYZ 69.15 66.63 74.18 -
YUV 215.82 128.1 143.11 -
System Red Green Blue C M Y K H S L
Decimal 237 205 216 0 0.14 0.09 0.07 339.38 0.47 0.87
Hex ED CD D8 0 E 9 7 153 2F 57
Octal 355 315 330 0 16 11 7 523 57 127
Binary 11101101 11001101 11011000 0 1110 1001 111 101010011 101111 1010111

Color Harmonies of #EDCDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDD8

Black with #EDCDD8

Text Example


Text Example

White with #EDCDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDD8; }

 p { color: rgb(237,205,216); }

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

background-color css

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

 a { background-color: rgb(237,205,216); }

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

border-color css

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

 span { border-color: rgb(237,205,216); }

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