#C3CDDF

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

Shades of Link Water #C3CDDF

Tints of Link Water #C3CDDF

Color information

#C3CDDF (or 0xC3CDDF) is unknown color: approx Link Water. HEX triplet: C3, CD and DF. RGB value is (195,205,223). Sum of RGB (Red+Green+Blue) = 195+205+223=623 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.30% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3CDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDDF is #3C3220. Grayscale: #CBCBCB. Windows color (decimal): -3944993 or 14667203. OLE color: 14667203.

HSL color Cylindrical-coordinate representation of color #C3CDDF: hue angle of 218.57º 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 #C3CDDF is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195205223-
CMYK0.130.0800.13
HSL218.57º30.43%81.96%-
HSV(B)218.57º12.56%87.45%-
XYZ57.6660.5978.47-
YUV204.06138.69121.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.30%
GREEN value IS 205 (80.47% from 255) = 32.91%
BLUE value IS 223 (87.5% from 255) = 35.79%
R=31.30%
G=32.91%
B=35.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952052230.130.0800.13218.5730.4381.96
HexC3CDDFD80Ddb1e52
Octal303315337151001533336122
Binary110000111100110111011111110110000110111011011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CDDF; }

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

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

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

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

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

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

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

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