Html Css Color HEX #EBCBD3 Pink Lace

📋 copy color: '#EBCBD3'

red 235 ◦ green 203 ◦ blue 211

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

Shades of Pink Lace #EBCBD3

Tints of Pink Lace #EBCBD3

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.28%

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

R = 36.21%
G = 31.28%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EBCBD3 (or 0xEBCBD3) is known color: Pink Lace. HEX triplet: EB, CB and D3. RGB value is (235,203,211). Sum of RGB (Red+Green+Blue) = 235+203+211=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 211 (82.81% from 255 or 32.51% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBD3 is #14342C. Grayscale: #D5D5D5. Windows color (decimal): -1324077 or 13880299. OLE color: 13880299.

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

Color convert

RGB 235 203 211 -
CMYK 0 0.14 0.10 0.08
HSL 345º 0.44% 0.86% -
HSV(B) 345º 0.14% 0.92% -
XYZ 67.37 65.08 70.64 -
YUV 213.48 126.6 143.35 -
System Red Green Blue C M Y K H S L
Decimal 235 203 211 0 0.14 0.10 0.08 345 0.44 0.86
Hex EB CB D3 0 E A 8 159 2C 56
Octal 353 313 323 0 16 12 10 531 54 126
Binary 11101011 11001011 11010011 0 1110 1010 1000 101011001 101100 1010110

Color Harmonies of #EBCBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCBD3

Black with #EBCBD3

Text Example


Text Example

White with #EBCBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCBD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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