Html Css Color HEX #C7CFDC Link Water

📋 copy color: '#C7CFDC'

red 199 ◦ green 207 ◦ blue 220

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

Shades of Link Water #C7CFDC

Tints of Link Water #C7CFDC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.07%

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

R = 31.79%
G = 33.07%
B = 35.14%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C7CFDC (or 0xC7CFDC) is known color: Link Water. HEX triplet: C7, CF and DC. RGB value is (199,207,220). Sum of RGB (Red+Green+Blue) = 199+207+220=626 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.79% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7CFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFDC is #383023. Grayscale: #CECECE. Windows color (decimal): -3682340 or 14471111. OLE color: 14471111.

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

Color convert

RGB 199 207 220 -
CMYK 0.10 0.06 0 0.14
HSL 217.14º 0.23% 0.82% -
HSV(B) 217.14º 0.1% 0.86% -
XYZ 58.78 61.94 76.57 -
YUV 206.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 199 207 220 0.10 0.06 0 0.14 217.14 0.23 0.82
Hex C7 CF DC A 6 0 E D9 17 52
Octal 307 317 334 12 6 0 16 331 27 122
Binary 11000111 11001111 11011100 1010 110 0 1110 11011001 10111 1010010

Color Harmonies of #C7CFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CFDC

Black with #C7CFDC

Text Example


Text Example

White with #C7CFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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