Html Css Color HEX #EECBD4 Pink Lace

📋 copy color: '#EECBD4'

red 238 ◦ green 203 ◦ blue 212

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

Shades of Pink Lace #EECBD4

Tints of Pink Lace #EECBD4

RGB

 RED value IS 238 (93.36% from 255) = 36.45%

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

 BLUE value IS 212 (83.2% from 255) = 32.47%

R = 36.45%
G = 31.09%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EECBD4 (or 0xEECBD4) is known color: Pink Lace. HEX triplet: EE, CB and D4. RGB value is (238,203,212). Sum of RGB (Red+Green+Blue) = 238+203+212=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBD4 is #11342B. Grayscale: #D6D6D6. Windows color (decimal): -1127468 or 13945838. OLE color: 13945838.

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

Color convert

RGB 238 203 212 -
CMYK 0 0.15 0.11 0.07
HSL 344.57º 0.51% 0.86% -
HSV(B) 344.57º 0.15% 0.93% -
XYZ 68.5 65.64 71.35 -
YUV 214.49 126.6 144.77 -
System Red Green Blue C M Y K H S L
Decimal 238 203 212 0 0.15 0.11 0.07 344.57 0.51 0.86
Hex EE CB D4 0 F B 7 159 33 56
Octal 356 313 324 0 17 13 7 531 63 126
Binary 11101110 11001011 11010100 0 1111 1011 111 101011001 110011 1010110

Color Harmonies of #EECBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECBD4

Black with #EECBD4

Text Example


Text Example

White with #EECBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECBD4; }

 p { color: rgb(238,203,212); }

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

background-color css

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

 a { background-color: rgb(238,203,212); }

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

border-color css

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

 span { border-color: rgb(238,203,212); }

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