Html Css Color HEX #D0D4DF Link Water

📋 copy color: '#D0D4DF'

red 208 ◦ green 212 ◦ blue 223

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

Shades of Link Water #D0D4DF

Tints of Link Water #D0D4DF

RGB

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

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

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

R = 32.35%
G = 32.97%
B = 34.68%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D0D4DF (or 0xD0D4DF) is known color: Link Water. HEX triplet: D0, D4 and DF. RGB value is (208,212,223). Sum of RGB (Red+Green+Blue) = 208+212+223=643 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.35% from 643); Green value is 212 (83.20% from 255 or 32.97% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0D4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D4DF is #2F2B20. Grayscale: #D4D4D4. Windows color (decimal): -3091233 or 14669008. OLE color: 14669008.

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

Color convert

RGB 208 212 223 -
CMYK 0.07 0.05 0 0.13
HSL 224º 0.19% 0.85% -
HSV(B) 224º 0.07% 0.87% -
XYZ 62.88 65.82 79.2 -
YUV 212.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 208 212 223 0.07 0.05 0 0.13 224 0.19 0.85
Hex D0 D4 DF 7 5 0 D E0 13 55
Octal 320 324 337 7 5 0 15 340 23 125
Binary 11010000 11010100 11011111 111 101 0 1101 11100000 10011 1010101

Color Harmonies of #D0D4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D4DF

Black with #D0D4DF

Text Example


Text Example

White with #D0D4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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