#C7CFDA

Color #C7CFDA Link Water (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Link Water #C7CFDA

Tints of Link Water #C7CFDA

Color information

#C7CFDA (or 0xC7CFDA) is unknown color: approx Link Water. HEX triplet: C7, CF and DA. RGB value is (199,207,218). Sum of RGB (Red+Green+Blue) = 199+207+218=624 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.89% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 218 - color contains mainly: blue. Hex color #C7CFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFDA is #383025. Grayscale: #CDCDCD. Windows color (decimal): -3682342 or 14340039. OLE color: 14340039.

HSL color Cylindrical-coordinate representation of color #C7CFDA: hue angle of 214.74º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7CFDA is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB199207218-
CMYK0.090.0500.15
HSL214.74º20.43%81.76%-
HSV(B)214.74º8.72%85.49%-
XYZ58.5261.8375.18-
YUV205.86134.85123.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.89%
GREEN value IS 207 (81.25% from 255) = 33.17%
BLUE value IS 218 (85.55% from 255) = 34.94%
R=31.89%
G=33.17%
B=34.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1992072180.090.0500.15214.7420.4381.76
HexC7CFDA950Fd71452
Octal30731733211501732724122
Binary11000111110011111101101010011010111111010111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CFDA; }

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

 H1.HeaderClassName
 {
   color: #C7CFDA;
 }
 .AnyTagClassName
 {
   color: #C7CFDA;
 }
</style>
background-color css

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

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

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

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

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

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