Html Css Color HEX #C7D0DC Link Water

📋 copy color: '#C7D0DC'

red 199 ◦ green 208 ◦ blue 220

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

Shades of Link Water #C7D0DC

Tints of Link Water #C7D0DC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.17%

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

R = 31.74%
G = 33.17%
B = 35.09%

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

#C7D0DC (or 0xC7D0DC) is known color: Link Water. HEX triplet: C7, D0 and DC. RGB value is (199,208,220). Sum of RGB (Red+Green+Blue) = 199+208+220=627 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.74% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7D0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D0DC is #382F23. Grayscale: #CECECE. Windows color (decimal): -3682084 or 14471367. OLE color: 14471367.

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

Color convert

RGB 199 208 220 -
CMYK 0.10 0.05 0 0.14
HSL 214.29º 0.23% 0.82% -
HSV(B) 214.29º 0.1% 0.86% -
XYZ 59.03 62.42 76.65 -
YUV 206.68 135.52 122.52 -
System Red Green Blue C M Y K H S L
Decimal 199 208 220 0.10 0.05 0 0.14 214.29 0.23 0.82
Hex C7 D0 DC A 5 0 E D6 17 52
Octal 307 320 334 12 5 0 16 326 27 122
Binary 11000111 11010000 11011100 1010 101 0 1110 11010110 10111 1010010

Color Harmonies of #C7D0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D0DC

Black with #C7D0DC

Text Example


Text Example

White with #C7D0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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