Html Css Color HEX #D0D4DD Link Water

📋 copy color: '#D0D4DD'

red 208 ◦ green 212 ◦ blue 221

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

Shades of Link Water #D0D4DD

Tints of Link Water #D0D4DD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.07%

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

R = 32.45%
G = 33.07%
B = 34.48%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D0D4DD (or 0xD0D4DD) is known color: Link Water. HEX triplet: D0, D4 and DD. RGB value is (208,212,221). Sum of RGB (Red+Green+Blue) = 208+212+221=641 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.45% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0D4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D4DD is #2F2B22. Grayscale: #D3D3D3. Windows color (decimal): -3091235 or 14537936. OLE color: 14537936.

HSL color Cylindrical-coordinate representation of color #D0D4DD: hue angle of 221.54º 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 #D0D4DD is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 212 221 -
CMYK 0.06 0.04 0 0.13
HSL 221.54º 0.16% 0.84% -
HSV(B) 221.54º 0.06% 0.87% -
XYZ 62.61 65.72 77.79 -
YUV 211.83 133.17 125.27 -
System Red Green Blue C M Y K H S L
Decimal 208 212 221 0.06 0.04 0 0.13 221.54 0.16 0.84
Hex D0 D4 DD 6 4 0 D DE 10 54
Octal 320 324 335 6 4 0 15 336 20 124
Binary 11010000 11010100 11011101 110 100 0 1101 11011110 10000 1010100

Color Harmonies of #D0D4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D4DD

Black with #D0D4DD

Text Example


Text Example

White with #D0D4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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