Html Css Color HEX #E6DBDB Gainsboro

📋 copy color: '#E6DBDB'

red 230 ◦ green 219 ◦ blue 219

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

Shades of Gainsboro #E6DBDB

Tints of Gainsboro #E6DBDB

RGB

 RED value IS 230 (90.23% from 255) = 34.43%

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

 BLUE value IS 219 (85.94% from 255) = 32.78%

R = 34.43%
G = 32.78%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E6DBDB (or 0xE6DBDB) is known color: Gainsboro. HEX triplet: E6, DB and DB. RGB value is (230,219,219). Sum of RGB (Red+Green+Blue) = 230+219+219=668 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.43% from 668); Green value is 219 (85.94% from 255 or 32.78% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DBDB is #192424. Grayscale: #DEDEDE. Windows color (decimal): -1647653 or 14408678. OLE color: 14408678.

HSL color Cylindrical-coordinate representation of color #E6DBDB: hue angle of 0º degrees, saturation: 0.18, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6DBDB is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 219 219 -
CMYK 0 0.05 0.05 0.10
HSL 0.18% 0.88% -
HSV(B) 0.05% 0.9% -
XYZ 70.75 72.6 77.3 -
YUV 222.29 126.14 133.5 -
System Red Green Blue C M Y K H S L
Decimal 230 219 219 0 0.05 0.05 0.10 0 0.18 0.88
Hex E6 DB DB 0 5 5 A 0 12 58
Octal 346 333 333 0 5 5 12 0 22 130
Binary 11100110 11011011 11011011 0 101 101 1010 0 10010 1011000

Color Harmonies of #E6DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DBDB

Black with #E6DBDB

Text Example


Text Example

White with #E6DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DBDB; }

 p { color: rgb(230,219,219); }

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

background-color css

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

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

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

border-color css

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

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

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