Html Css Color HEX #C7D3DD Link Water

📋 copy color: '#C7D3DD'

red 199 ◦ green 211 ◦ blue 221

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

Shades of Link Water #C7D3DD

Tints of Link Water #C7D3DD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.44%

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

R = 31.54%
G = 33.44%
B = 35.02%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C7D3DD (or 0xC7D3DD) is known color: Link Water. HEX triplet: C7, D3 and DD. RGB value is (199,211,221). Sum of RGB (Red+Green+Blue) = 199+211+221=631 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.54% from 631); Green value is 211 (82.81% from 255 or 33.44% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 221 - color contains mainly: blue. Hex color #C7D3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D3DD is #382C22. Grayscale: #D0D0D0. Windows color (decimal): -3681315 or 14537671. OLE color: 14537671.

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

Color convert

RGB 199 211 221 -
CMYK 0.10 0.05 0 0.13
HSL 207.27º 0.24% 0.82% -
HSV(B) 207.27º 0.1% 0.87% -
XYZ 59.9 63.95 77.59 -
YUV 208.55 135.02 121.19 -
System Red Green Blue C M Y K H S L
Decimal 199 211 221 0.10 0.05 0 0.13 207.27 0.24 0.82
Hex C7 D3 DD A 5 0 D CF 18 52
Octal 307 323 335 12 5 0 15 317 30 122
Binary 11000111 11010011 11011101 1010 101 0 1101 11001111 11000 1010010

Color Harmonies of #C7D3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D3DD

Black with #C7D3DD

Text Example


Text Example

White with #C7D3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D3DD; }

 p { color: rgb(199,211,221); }

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

background-color css

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

 a { background-color: rgb(199,211,221); }

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

border-color css

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

 span { border-color: rgb(199,211,221); }

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