Html Css Color HEX #C7D2DD Link Water

📋 copy color: '#C7D2DD'

red 199 ◦ green 210 ◦ blue 221

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

Shades of Link Water #C7D2DD

Tints of Link Water #C7D2DD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.33%

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

R = 31.59%
G = 33.33%
B = 35.08%

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

#C7D2DD (or 0xC7D2DD) is known color: Link Water. HEX triplet: C7, D2 and DD. RGB value is (199,210,221). Sum of RGB (Red+Green+Blue) = 199+210+221=630 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.59% from 630); Green value is 210 (82.42% from 255 or 33.33% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 221 - color contains mainly: blue. Hex color #C7D2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D2DD is #382D22. Grayscale: #CFCFCF. Windows color (decimal): -3681571 or 14537415. OLE color: 14537415.

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

Color convert

RGB 199 210 221 -
CMYK 0.10 0.05 0 0.13
HSL 210º 0.24% 0.82% -
HSV(B) 210º 0.1% 0.87% -
XYZ 59.65 63.46 77.51 -
YUV 207.97 135.36 121.61 -
System Red Green Blue C M Y K H S L
Decimal 199 210 221 0.10 0.05 0 0.13 210 0.24 0.82
Hex C7 D2 DD A 5 0 D D2 18 52
Octal 307 322 335 12 5 0 15 322 30 122
Binary 11000111 11010010 11011101 1010 101 0 1101 11010010 11000 1010010

Color Harmonies of #C7D2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D2DD

Black with #C7D2DD

Text Example


Text Example

White with #C7D2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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