Html Css Color HEX #D0D3DD Link Water

📋 copy color: '#D0D3DD'

red 208 ◦ green 211 ◦ blue 221

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

Shades of Link Water #D0D3DD

Tints of Link Water #D0D3DD

RGB

 RED value IS 208 (81.64% from 255) = 32.5%

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

 BLUE value IS 221 (86.72% from 255) = 34.53%

R = 32.5%
G = 32.97%
B = 34.53%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D0D3DD (or 0xD0D3DD) is known color: Link Water. HEX triplet: D0, D3 and DD. RGB value is (208,211,221). Sum of RGB (Red+Green+Blue) = 208+211+221=640 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.5% from 640); Green value is 211 (82.81% from 255 or 32.97% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0D3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D3DD is #2F2C22. Grayscale: #D3D3D3. Windows color (decimal): -3091491 or 14537680. OLE color: 14537680.

HSL color Cylindrical-coordinate representation of color #D0D3DD: hue angle of 226.15º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0D3DD is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 211 221 -
CMYK 0.06 0.05 0 0.13
HSL 226.15º 0.16% 0.84% -
HSV(B) 226.15º 0.06% 0.87% -
XYZ 62.36 65.22 77.71 -
YUV 211.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 208 211 221 0.06 0.05 0 0.13 226.15 0.16 0.84
Hex D0 D3 DD 6 5 0 D E2 10 54
Octal 320 323 335 6 5 0 15 342 20 124
Binary 11010000 11010011 11011101 110 101 0 1101 11100010 10000 1010100

Color Harmonies of #D0D3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D3DD

Black with #D0D3DD

Text Example


Text Example

White with #D0D3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D3DD; }

 p { color: rgb(208,211,221); }

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

background-color css

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

 a { background-color: rgb(208,211,221); }

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

border-color css

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

 span { border-color: rgb(208,211,221); }

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