Html Css Color HEX #EBCCD2 Pink Lace

📋 copy color: '#EBCCD2'

red 235 ◦ green 204 ◦ blue 210

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

Shades of Pink Lace #EBCCD2

Tints of Pink Lace #EBCCD2

RGB

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

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

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

R = 36.21%
G = 31.43%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBCCD2 (or 0xEBCCD2) is known color: Pink Lace. HEX triplet: EB, CC and D2. RGB value is (235,204,210). Sum of RGB (Red+Green+Blue) = 235+204+210=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 210 (82.42% from 255 or 32.36% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCD2 is #14332D. Grayscale: #D5D5D5. Windows color (decimal): -1323822 or 13815019. OLE color: 13815019.

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

Color convert

RGB 235 204 210 -
CMYK 0 0.13 0.11 0.08
HSL 348.39º 0.44% 0.86% -
HSV(B) 348.39º 0.13% 0.92% -
XYZ 67.49 65.5 70.06 -
YUV 213.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 235 204 210 0 0.13 0.11 0.08 348.39 0.44 0.86
Hex EB CC D2 0 D B 8 15C 2C 56
Octal 353 314 322 0 15 13 10 534 54 126
Binary 11101011 11001100 11010010 0 1101 1011 1000 101011100 101100 1010110

Color Harmonies of #EBCCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCCD2

Black with #EBCCD2

Text Example


Text Example

White with #EBCCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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