Html Css Color HEX #C7CCD6 Link Water

📋 copy color: '#C7CCD6'

red 199 ◦ green 204 ◦ blue 214

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

Shades of Link Water #C7CCD6

Tints of Link Water #C7CCD6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.06%

 BLUE value IS 214 (83.98% from 255) = 34.68%

R = 32.25%
G = 33.06%
B = 34.68%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C7CCD6 (or 0xC7CCD6) is known color: Link Water. HEX triplet: C7, CC and D6. RGB value is (199,204,214). Sum of RGB (Red+Green+Blue) = 199+204+214=617 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.25% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 214 (83.98% from 255 or 34.68% from 617); Max value from RGB is 214 - color contains mainly: blue. Hex color #C7CCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CCD6 is #383329. Grayscale: #CBCBCB. Windows color (decimal): -3683114 or 14077127. OLE color: 14077127.

HSL color Cylindrical-coordinate representation of color #C7CCD6: hue angle of 220º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7CCD6 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 204 214 -
CMYK 0.07 0.05 0 0.16
HSL 220º 0.15% 0.81% -
HSV(B) 220º 0.07% 0.84% -
XYZ 57.28 60.18 72.22 -
YUV 203.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 199 204 214 0.07 0.05 0 0.16 220 0.15 0.81
Hex C7 CC D6 7 5 0 10 DC F 51
Octal 307 314 326 7 5 0 20 334 17 121
Binary 11000111 11001100 11010110 111 101 0 10000 11011100 1111 1010001

Color Harmonies of #C7CCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CCD6

Black with #C7CCD6

Text Example


Text Example

White with #C7CCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CCD6; }

 p { color: rgb(199,204,214); }

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

background-color css

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

 a { background-color: rgb(199,204,214); }

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

border-color css

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

 span { border-color: rgb(199,204,214); }

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