Html Css Color HEX #EBCCD3 Pink Lace

📋 copy color: '#EBCCD3'

red 235 ◦ green 204 ◦ blue 211

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

Shades of Pink Lace #EBCCD3

Tints of Pink Lace #EBCCD3

RGB

 RED value IS 235 (92.19% from 255) = 36.15%

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

 BLUE value IS 211 (82.81% from 255) = 32.46%

R = 36.15%
G = 31.38%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EBCCD3 (or 0xEBCCD3) is known color: Pink Lace. HEX triplet: EB, CC and D3. RGB value is (235,204,211). Sum of RGB (Red+Green+Blue) = 235+204+211=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 211 (82.81% from 255 or 32.46% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCD3 is #14332C. Grayscale: #D6D6D6. Windows color (decimal): -1323821 or 13880555. OLE color: 13880555.

HSL color Cylindrical-coordinate representation of color #EBCCD3: hue angle of 346.45º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBCCD3 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 204 211 -
CMYK 0 0.13 0.10 0.08
HSL 346.45º 0.44% 0.86% -
HSV(B) 346.45º 0.13% 0.92% -
XYZ 67.61 65.55 70.72 -
YUV 214.07 126.27 142.93 -
System Red Green Blue C M Y K H S L
Decimal 235 204 211 0 0.13 0.10 0.08 346.45 0.44 0.86
Hex EB CC D3 0 D A 8 15A 2C 56
Octal 353 314 323 0 15 12 10 532 54 126
Binary 11101011 11001100 11010011 0 1101 1010 1000 101011010 101100 1010110

Color Harmonies of #EBCCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCCD3

Black with #EBCCD3

Text Example


Text Example

White with #EBCCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCCD3; }

 p { color: rgb(235,204,211); }

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

background-color css

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

 a { background-color: rgb(235,204,211); }

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

border-color css

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

 span { border-color: rgb(235,204,211); }

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