Html Css Color HEX #D0D5DF Link Water

📋 copy color: '#D0D5DF'

red 208 ◦ green 213 ◦ blue 223

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

Shades of Link Water #D0D5DF

Tints of Link Water #D0D5DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.63%

R = 32.3%
G = 33.07%
B = 34.63%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D0D5DF (or 0xD0D5DF) is known color: Link Water. HEX triplet: D0, D5 and DF. RGB value is (208,213,223). Sum of RGB (Red+Green+Blue) = 208+213+223=644 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.30% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0D5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D5DF is #2F2A20. Grayscale: #D4D4D4. Windows color (decimal): -3090977 or 14669264. OLE color: 14669264.

HSL color Cylindrical-coordinate representation of color #D0D5DF: hue angle of 220º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0D5DF is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 213 223 -
CMYK 0.07 0.04 0 0.13
HSL 220º 0.19% 0.85% -
HSV(B) 220º 0.07% 0.87% -
XYZ 63.13 66.33 79.29 -
YUV 212.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 208 213 223 0.07 0.04 0 0.13 220 0.19 0.85
Hex D0 D5 DF 7 4 0 D DC 13 55
Octal 320 325 337 7 4 0 15 334 23 125
Binary 11010000 11010101 11011111 111 100 0 1101 11011100 10011 1010101

Color Harmonies of #D0D5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D5DF

Black with #D0D5DF

Text Example


Text Example

White with #D0D5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D5DF; }

 p { color: rgb(208,213,223); }

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

background-color css

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

 a { background-color: rgb(208,213,223); }

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

border-color css

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

 span { border-color: rgb(208,213,223); }

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