#C3D2DF

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

Shades of Link Water #C3D2DF

Tints of Link Water #C3D2DF

Color information

#C3D2DF (or 0xC3D2DF) is unknown color: approx Link Water. HEX triplet: C3, D2 and DF. RGB value is (195,210,223). Sum of RGB (Red+Green+Blue) = 195+210+223=628 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.05% from 628); Green value is 210 (82.42% from 255 or 33.44% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3D2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D2DF is #3C2D20. Grayscale: #CECECE. Windows color (decimal): -3943713 or 14668483. OLE color: 14668483.

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

Color convert

RGB195210223-
CMYK0.130.0600.13
HSL207.86º30.43%81.96%-
HSV(B)207.86º12.56%87.45%-
XYZ58.8763.0278.87-
YUV207137.03119.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.05%
GREEN value IS 210 (82.42% from 255) = 33.44%
BLUE value IS 223 (87.5% from 255) = 35.51%
R=31.05%
G=33.44%
B=35.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952102230.130.0600.13207.8630.4381.96
HexC3D2DFD60Dd01e52
Octal30332233715601532036122
Binary11000011110100101101111111011100110111010000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D2DF; }

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

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

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

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

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

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

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

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