#C0CFDD

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

Shades of Link Water #C0CFDD

Tints of Link Water #C0CFDD

Color information

#C0CFDD (or 0xC0CFDD) is unknown color: approx Link Water. HEX triplet: C0, CF and DD. RGB value is (192,207,221). Sum of RGB (Red+Green+Blue) = 192+207+221=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0CFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CFDD is #3F3022. Grayscale: #CCCCCC. Windows color (decimal): -4141091 or 14536640. OLE color: 14536640.

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

Color convert

RGB192207221-
CMYK0.130.0600.13
HSL208.97º29.9%80.98%-
HSV(B)208.97º13.12%86.67%-
XYZ57.161.0577.18-
YUV204.11137.53119.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.97%
GREEN value IS 207 (81.25% from 255) = 33.39%
BLUE value IS 221 (86.72% from 255) = 35.65%
R=30.97%
G=33.39%
B=35.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922072210.130.0600.13208.9729.980.98
HexC0CFDDD60Dd11e51
Octal30031733515601532136121
Binary11000000110011111101110111011100110111010001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CFDD; }

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

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

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

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

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

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

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

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