Html Css Color HEX #EDCCD2 Pink Lace

📋 copy color: '#EDCCD2'

red 237 ◦ green 204 ◦ blue 210

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

Shades of Pink Lace #EDCCD2

Tints of Pink Lace #EDCCD2

RGB

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

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

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

R = 36.41%
G = 31.34%
B = 32.26%

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

#EDCCD2 (or 0xEDCCD2) is known color: Pink Lace. HEX triplet: ED, CC and D2. RGB value is (237,204,210). Sum of RGB (Red+Green+Blue) = 237+204+210=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 210 (82.42% from 255 or 32.26% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCD2 is #12332D. Grayscale: #D6D6D6. Windows color (decimal): -1192750 or 13815021. OLE color: 13815021.

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

Color convert

RGB 237 204 210 -
CMYK 0 0.14 0.11 0.07
HSL 349.09º 0.48% 0.86% -
HSV(B) 349.09º 0.14% 0.93% -
XYZ 68.15 65.84 70.09 -
YUV 214.55 125.43 144.01 -
System Red Green Blue C M Y K H S L
Decimal 237 204 210 0 0.14 0.11 0.07 349.09 0.48 0.86
Hex ED CC D2 0 E B 7 15D 30 56
Octal 355 314 322 0 16 13 7 535 60 126
Binary 11101101 11001100 11010010 0 1110 1011 111 101011101 110000 1010110

Color Harmonies of #EDCCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCCD2

Black with #EDCCD2

Text Example


Text Example

White with #EDCCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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