#C7D2DF

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

Shades of Link Water #C7D2DF

Tints of Link Water #C7D2DF

Color information

#C7D2DF (or 0xC7D2DF) is unknown color: approx Link Water. HEX triplet: C7, D2 and DF. RGB value is (199,210,223). Sum of RGB (Red+Green+Blue) = 199+210+223=632 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.49% from 632); Green value is 210 (82.42% from 255 or 33.23% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7D2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D2DF is #382D20. Grayscale: #D0D0D0. Windows color (decimal): -3681569 or 14668487. OLE color: 14668487.

HSL color Cylindrical-coordinate representation of color #C7D2DF: hue angle of 212.5º degrees, saturation: 0.27, 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 #C7D2DF is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB199210223-
CMYK0.110.0600.13
HSL212.5º27.27%82.75%-
HSV(B)212.5º10.76%87.45%-
XYZ59.9263.5678.92-
YUV208.19136.36121.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.49%
GREEN value IS 210 (82.42% from 255) = 33.23%
BLUE value IS 223 (87.5% from 255) = 35.28%
R=31.49%
G=33.23%
B=35.28%

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
Decimal1992102230.110.0600.13212.527.2782.75
HexC7D2DFB60Dd41b53
Octal30732233713601532433123
Binary11000111110100101101111110111100110111010100110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D2DF; }

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

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

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

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

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

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

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

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