#C4CDDF

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

Shades of Link Water #C4CDDF

Tints of Link Water #C4CDDF

Color information

#C4CDDF (or 0xC4CDDF) is unknown color: approx Link Water. HEX triplet: C4, CD and DF. RGB value is (196,205,223). Sum of RGB (Red+Green+Blue) = 196+205+223=624 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.41% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4CDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CDDF is #3B3220. Grayscale: #CCCCCC. Windows color (decimal): -3879457 or 14667204. OLE color: 14667204.

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

Color convert

RGB196205223-
CMYK0.120.0800.13
HSL220º29.67%82.16%-
HSV(B)220º12.11%87.45%-
XYZ57.9260.7378.48-
YUV204.36138.52122.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.41%
GREEN value IS 205 (80.47% from 255) = 32.85%
BLUE value IS 223 (87.5% from 255) = 35.74%
R=31.41%
G=32.85%
B=35.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1962052230.120.0800.1322029.6782.16
HexC4CDDFC80Ddc1e52
Octal304315337141001533436122
Binary110001001100110111011111110010000110111011100111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CDDF; }

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

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

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

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

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

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

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

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