Html Css Color HEX #EBDBE2 Pig Pink

📋 copy color: '#EBDBE2'

red 235 ◦ green 219 ◦ blue 226

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

Shades of Pig Pink #EBDBE2

Tints of Pig Pink #EBDBE2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.21%

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

R = 34.56%
G = 32.21%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EBDBE2 (or 0xEBDBE2) is known color: Pig Pink. HEX triplet: EB, DB and E2. RGB value is (235,219,226). Sum of RGB (Red+Green+Blue) = 235+219+226=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 226 (88.67% from 255 or 33.24% from 680); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBE2 is #14241D. Grayscale: #E0E0E0. Windows color (decimal): -1319966 or 14867435. OLE color: 14867435.

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

Color convert

RGB 235 219 226 -
CMYK 0 0.07 0.04 0.08
HSL 333.75º 0.29% 0.89% -
HSV(B) 333.75º 0.07% 0.92% -
XYZ 73.32 73.82 82.34 -
YUV 224.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 235 219 226 0 0.07 0.04 0.08 333.75 0.29 0.89
Hex EB DB E2 0 7 4 8 14E 1D 59
Octal 353 333 342 0 7 4 10 516 35 131
Binary 11101011 11011011 11100010 0 111 100 1000 101001110 11101 1011001

Color Harmonies of #EBDBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDBE2

Black with #EBDBE2

Text Example


Text Example

White with #EBDBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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