#C8CFD5

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

Shades of Link Water #C8CFD5

Tints of Link Water #C8CFD5

Color information

#C8CFD5 (or 0xC8CFD5) is unknown color: approx Link Water. HEX triplet: C8, CF and D5. RGB value is (200,207,213). Sum of RGB (Red+Green+Blue) = 200+207+213=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 213 - color contains mainly: blue. Hex color #C8CFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CFD5 is #37302A. Grayscale: #CDCDCD. Windows color (decimal): -3616811 or 14012360. OLE color: 14012360.

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

Color convert

RGB200207213-
CMYK0.060.0300.16
HSL207.69º13.4%80.98%-
HSV(B)207.69º6.1%83.53%-
XYZ58.1461.7171.8-
YUV205.59132.18124.01-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.26%
GREEN value IS 207 (81.25% from 255) = 33.39%
BLUE value IS 213 (83.59% from 255) = 34.35%
R=32.26%
G=33.39%
B=34.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2002072130.060.0300.16207.6913.480.98
HexC8CFD563010d0d51
Octal3103173256302032015121
Binary110010001100111111010101110110100001101000011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CFD5; }

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

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

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

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

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

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

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

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