Html Css Color HEX #EBDCE2 Pig Pink

📋 copy color: '#EBDCE2'

red 235 ◦ green 220 ◦ blue 226

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

Shades of Pig Pink #EBDCE2

Tints of Pig Pink #EBDCE2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.31%

 BLUE value IS 226 (88.67% from 255) = 33.19%

R = 34.51%
G = 32.31%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EBDCE2 (or 0xEBDCE2) is known color: Pig Pink. HEX triplet: EB, DC and E2. RGB value is (235,220,226). Sum of RGB (Red+Green+Blue) = 235+220+226=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 226 (88.67% from 255 or 33.19% from 681); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCE2 is #14231D. Grayscale: #E1E1E1. Windows color (decimal): -1319710 or 14867691. OLE color: 14867691.

HSL color Cylindrical-coordinate representation of color #EBDCE2: hue angle of 336º degrees, saturation: 0.27, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBDCE2 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 220 226 -
CMYK 0 0.06 0.04 0.08
HSL 336º 0.27% 0.89% -
HSV(B) 336º 0.06% 0.92% -
XYZ 73.58 74.34 82.42 -
YUV 225.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 235 220 226 0 0.06 0.04 0.08 336 0.27 0.89
Hex EB DC E2 0 6 4 8 150 1B 59
Octal 353 334 342 0 6 4 10 520 33 131
Binary 11101011 11011100 11100010 0 110 100 1000 101010000 11011 1011001

Color Harmonies of #EBDCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDCE2

Black with #EBDCE2

Text Example


Text Example

White with #EBDCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDCE2; }

 p { color: rgb(235,220,226); }

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

background-color css

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

 a { background-color: rgb(235,220,226); }

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

border-color css

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

 span { border-color: rgb(235,220,226); }

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