Html Css Color HEX #EDCDD4 Pink Lace

📋 copy color: '#EDCDD4'

red 237 ◦ green 205 ◦ blue 212

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

Shades of Pink Lace #EDCDD4

Tints of Pink Lace #EDCDD4

RGB

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

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

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

R = 36.24%
G = 31.35%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EDCDD4 (or 0xEDCDD4) is known color: Pink Lace. HEX triplet: ED, CD and D4. RGB value is (237,205,212). Sum of RGB (Red+Green+Blue) = 237+205+212=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 212 (83.20% from 255 or 32.42% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDD4 is #12322B. Grayscale: #D7D7D7. Windows color (decimal): -1192492 or 13946349. OLE color: 13946349.

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

Color convert

RGB 237 205 212 -
CMYK 0 0.14 0.11 0.07
HSL 346.88º 0.47% 0.87% -
HSV(B) 346.88º 0.14% 0.93% -
XYZ 68.64 66.42 71.49 -
YUV 215.37 126.1 143.43 -
System Red Green Blue C M Y K H S L
Decimal 237 205 212 0 0.14 0.11 0.07 346.88 0.47 0.87
Hex ED CD D4 0 E B 7 15B 2F 57
Octal 355 315 324 0 16 13 7 533 57 127
Binary 11101101 11001101 11010100 0 1110 1011 111 101011011 101111 1010111

Color Harmonies of #EDCDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDD4

Black with #EDCDD4

Text Example


Text Example

White with #EDCDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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