Html Css Color HEX #DAD9D9 Gainsboro

📋 copy color: '#DAD9D9'

red 218 ◦ green 217 ◦ blue 217

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

Shades of Gainsboro #DAD9D9

Tints of Gainsboro #DAD9D9

RGB

 RED value IS 218 (85.55% from 255) = 33.44%

 GREEN value IS 217 (85.16% from 255) = 33.28%

 BLUE value IS 217 (85.16% from 255) = 33.28%

R = 33.44%
G = 33.28%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#DAD9D9 (or 0xDAD9D9) is known color: Gainsboro. HEX triplet: DA, D9 and D9. RGB value is (218,217,217). Sum of RGB (Red+Green+Blue) = 218+217+217=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD9D9 is #252626. Grayscale: #D9D9D9. Windows color (decimal): -2434599 or 14277082. OLE color: 14277082.

HSL color Cylindrical-coordinate representation of color #DAD9D9: hue angle of 0º degrees, saturation: 0.01, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0%. Process color model (Four color, CMYK) of #DAD9D9 is Cyan = 0, Magento = 0.00, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 217 217 -
CMYK 0 0.00 0.00 0.15
HSL 0.01% 0.85% -
HSV(B) 0% 0.85% -
XYZ 66.25 69.54 75.58 -
YUV 217.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 218 217 217 0 0.00 0.00 0.15 0 0.01 0.85
Hex DA D9 D9 0 0 0 F 0 1 55
Octal 332 331 331 0 0 0 17 0 1 125
Binary 11011010 11011001 11011001 0 0 0 1111 0 1 1010101

Color Harmonies of #DAD9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD9D9

Black with #DAD9D9

Text Example


Text Example

White with #DAD9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD9D9; }

 p { color: rgb(218,217,217); }

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

background-color css

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

 a { background-color: rgb(218,217,217); }

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

border-color css

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

 span { border-color: rgb(218,217,217); }

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