Html Css Color HEX #E9CBD1 Pink Lace

📋 copy color: '#E9CBD1'

red 233 ◦ green 203 ◦ blue 209

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

Shades of Pink Lace #E9CBD1

Tints of Pink Lace #E9CBD1

RGB

 RED value IS 233 (91.41% from 255) = 36.12%

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

 BLUE value IS 209 (82.03% from 255) = 32.4%

R = 36.12%
G = 31.47%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E9CBD1 (or 0xE9CBD1) is known color: Pink Lace. HEX triplet: E9, CB and D1. RGB value is (233,203,209). Sum of RGB (Red+Green+Blue) = 233+203+209=645 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.12% from 645); Green value is 203 (79.69% from 255 or 31.47% from 645); Blue value is 209 (82.03% from 255 or 32.40% from 645); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CBD1 is #16342E. Grayscale: #D4D4D4. Windows color (decimal): -1455151 or 13749225. OLE color: 13749225.

HSL color Cylindrical-coordinate representation of color #E9CBD1: hue angle of 348º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9CBD1 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 203 209 -
CMYK 0 0.13 0.10 0.09
HSL 348º 0.41% 0.85% -
HSV(B) 348º 0.13% 0.91% -
XYZ 66.47 64.64 69.29 -
YUV 212.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 233 203 209 0 0.13 0.10 0.09 348 0.41 0.85
Hex E9 CB D1 0 D A 9 15C 29 55
Octal 351 313 321 0 15 12 11 534 51 125
Binary 11101001 11001011 11010001 0 1101 1010 1001 101011100 101001 1010101

Color Harmonies of #E9CBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CBD1

Black with #E9CBD1

Text Example


Text Example

White with #E9CBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CBD1; }

 p { color: rgb(233,203,209); }

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

background-color css

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

 a { background-color: rgb(233,203,209); }

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

border-color css

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

 span { border-color: rgb(233,203,209); }

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