#C4CFD5

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

Shades of Link Water #C4CFD5

Tints of Link Water #C4CFD5

Color information

#C4CFD5 (or 0xC4CFD5) is unknown color: approx Link Water. HEX triplet: C4, CF and D5. RGB value is (196,207,213). Sum of RGB (Red+Green+Blue) = 196+207+213=616 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.82% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 213 (83.59% from 255 or 34.58% from 616); Max value from RGB is 213 - color contains mainly: blue. Hex color #C4CFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CFD5 is #3B302A. Grayscale: #CCCCCC. Windows color (decimal): -3878955 or 14012356. OLE color: 14012356.

HSL color Cylindrical-coordinate representation of color #C4CFD5: hue angle of 201.18º degrees, saturation: 0.17, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4CFD5 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB196207213-
CMYK0.080.0300.16
HSL201.18º16.83%80.2%-
HSV(B)201.18º7.98%83.53%-
XYZ57.0961.1771.75-
YUV204.4132.86122.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.82%
GREEN value IS 207 (81.25% from 255) = 33.60%
BLUE value IS 213 (83.59% from 255) = 34.58%
R=31.82%
G=33.60%
B=34.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1962072130.080.0300.16201.1816.8380.2
HexC4CFD583010c91150
Octal30431732510302031121120
Binary11000100110011111101010110001101000011001001100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CFD5; }

 p { color: rgb(196,207,213); }

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

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

 a { background-color: rgb(196,207,213); }

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

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

 span { border-color: rgb(196,207,213); }

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