Html Css Color HEX #C7D2D8 Link Water

📋 copy color: '#C7D2D8'

red 199 ◦ green 210 ◦ blue 216

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

Shades of Link Water #C7D2D8

Tints of Link Water #C7D2D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.56%

R = 31.84%
G = 33.6%
B = 34.56%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C7D2D8 (or 0xC7D2D8) is known color: Link Water. HEX triplet: C7, D2 and D8. RGB value is (199,210,216). Sum of RGB (Red+Green+Blue) = 199+210+216=625 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.84% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 216 (84.77% from 255 or 34.56% from 625); Max value from RGB is 216 - color contains mainly: blue. Hex color #C7D2D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D2D8 is #382D27. Grayscale: #CFCFCF. Windows color (decimal): -3681576 or 14209735. OLE color: 14209735.

HSL color Cylindrical-coordinate representation of color #C7D2D8: hue angle of 201.18º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C7D2D8 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 210 216 -
CMYK 0.08 0.03 0 0.15
HSL 201.18º 0.18% 0.81% -
HSV(B) 201.18º 0.08% 0.85% -
XYZ 58.99 63.19 74.05 -
YUV 207.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 199 210 216 0.08 0.03 0 0.15 201.18 0.18 0.81
Hex C7 D2 D8 8 3 0 F C9 12 51
Octal 307 322 330 10 3 0 17 311 22 121
Binary 11000111 11010010 11011000 1000 11 0 1111 11001001 10010 1010001

Color Harmonies of #C7D2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D2D8

Black with #C7D2D8

Text Example


Text Example

White with #C7D2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D2D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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