#C6D2DF

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

Shades of Link Water #C6D2DF

Tints of Link Water #C6D2DF

Color information

#C6D2DF (or 0xC6D2DF) is unknown color: approx Link Water. HEX triplet: C6, D2 and DF. RGB value is (198,210,223). Sum of RGB (Red+Green+Blue) = 198+210+223=631 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.38% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6D2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D2DF is #392D20. Grayscale: #CFCFCF. Windows color (decimal): -3747105 or 14668486. OLE color: 14668486.

HSL color Cylindrical-coordinate representation of color #C6D2DF: hue angle of 211.2º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6D2DF is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198210223-
CMYK0.110.0600.13
HSL211.2º28.09%82.55%-
HSV(B)211.2º11.21%87.45%-
XYZ59.6563.4378.91-
YUV207.89136.52120.94-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.38%
GREEN value IS 210 (82.42% from 255) = 33.28%
BLUE value IS 223 (87.5% from 255) = 35.34%
R=31.38%
G=33.28%
B=35.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1982102230.110.0600.13211.228.0982.55
HexC6D2DFB60Dd31c53
Octal30632233713601532334123
Binary11000110110100101101111110111100110111010011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D2DF; }

 p { color: rgb(198,210,223); }

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

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

 a { background-color: rgb(198,210,223); }

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

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

 span { border-color: rgb(198,210,223); }

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