Html Css Color HEX #C7D1DC Link Water

📋 copy color: '#C7D1DC'

red 199 ◦ green 209 ◦ blue 220

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

Shades of Link Water #C7D1DC

Tints of Link Water #C7D1DC

RGB

 RED value IS 199 (78.13% from 255) = 31.69%

 GREEN value IS 209 (82.03% from 255) = 33.28%

 BLUE value IS 220 (86.33% from 255) = 35.03%

R = 31.69%
G = 33.28%
B = 35.03%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C7D1DC (or 0xC7D1DC) is known color: Link Water. HEX triplet: C7, D1 and DC. RGB value is (199,209,220). Sum of RGB (Red+Green+Blue) = 199+209+220=628 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.69% from 628); Green value is 209 (82.03% from 255 or 33.28% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7D1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D1DC is #382E23. Grayscale: #CFCFCF. Windows color (decimal): -3681828 or 14471623. OLE color: 14471623.

HSL color Cylindrical-coordinate representation of color #C7D1DC: hue angle of 211.43º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7D1DC is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 209 220 -
CMYK 0.10 0.05 0 0.14
HSL 211.43º 0.23% 0.82% -
HSV(B) 211.43º 0.1% 0.86% -
XYZ 59.27 62.91 76.73 -
YUV 207.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 199 209 220 0.10 0.05 0 0.14 211.43 0.23 0.82
Hex C7 D1 DC A 5 0 E D3 17 52
Octal 307 321 334 12 5 0 16 323 27 122
Binary 11000111 11010001 11011100 1010 101 0 1110 11010011 10111 1010010

Color Harmonies of #C7D1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D1DC

Black with #C7D1DC

Text Example


Text Example

White with #C7D1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D1DC; }

 p { color: rgb(199,209,220); }

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

background-color css

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

 a { background-color: rgb(199,209,220); }

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

border-color css

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

 span { border-color: rgb(199,209,220); }

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