Html Css Color HEX #D3D5D8 Link Water

📋 copy color: '#D3D5D8'

red 211 ◦ green 213 ◦ blue 216

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

Shades of Link Water #D3D5D8

Tints of Link Water #D3D5D8

RGB

 RED value IS 211 (82.81% from 255) = 32.97%

 GREEN value IS 213 (83.59% from 255) = 33.28%

 BLUE value IS 216 (84.77% from 255) = 33.75%

R = 32.97%
G = 33.28%
B = 33.75%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D3D5D8 (or 0xD3D5D8) is known color: Link Water. HEX triplet: D3, D5 and D8. RGB value is (211,213,216). Sum of RGB (Red+Green+Blue) = 211+213+216=640 (84% of max value = 765). Red value is 211 (82.81% from 255 or 32.97% from 640); Green value is 213 (83.59% from 255 or 33.28% from 640); Blue value is 216 (84.77% from 255 or 33.75% from 640); Max value from RGB is 216 - color contains mainly: blue. Hex color #D3D5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D5D8 is #2C2A27. Grayscale: #D4D4D4. Windows color (decimal): -2894376 or 14210515. OLE color: 14210515.

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

Color convert

RGB 211 213 216 -
CMYK 0.02 0.01 0 0.15
HSL 216º 0.06% 0.84% -
HSV(B) 216º 0.02% 0.85% -
XYZ 63.05 66.4 74.46 -
YUV 212.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 211 213 216 0.02 0.01 0 0.15 216 0.06 0.84
Hex D3 D5 D8 2 1 0 F D8 6 54
Octal 323 325 330 2 1 0 17 330 6 124
Binary 11010011 11010101 11011000 10 1 0 1111 11011000 110 1010100

Color Harmonies of #D3D5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D5D8

Black with #D3D5D8

Text Example


Text Example

White with #D3D5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D5D8; }

 p { color: rgb(211,213,216); }

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

background-color css

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

 a { background-color: rgb(211,213,216); }

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

border-color css

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

 span { border-color: rgb(211,213,216); }

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