#C8CFDD

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

Shades of Link Water #C8CFDD

Tints of Link Water #C8CFDD

Color information

#C8CFDD (or 0xC8CFDD) is unknown color: approx Link Water. HEX triplet: C8, CF and DD. RGB value is (200,207,221). Sum of RGB (Red+Green+Blue) = 200+207+221=628 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.85% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8CFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CFDD is #373022. Grayscale: #CECECE. Windows color (decimal): -3616803 or 14536648. OLE color: 14536648.

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

Color convert

RGB200207221-
CMYK0.100.0600.13
HSL220º23.6%82.55%-
HSV(B)220º9.5%86.67%-
XYZ59.1862.1377.28-
YUV206.5136.18123.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.85%
GREEN value IS 207 (81.25% from 255) = 32.96%
BLUE value IS 221 (86.72% from 255) = 35.19%
R=31.85%
G=32.96%
B=35.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002072210.100.0600.1322023.682.55
HexC8CFDDA60Ddc1853
Octal31031733512601533430123
Binary11001000110011111101110110101100110111011100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CFDD; }

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

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

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

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

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

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

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

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