#C8D4DD

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

Shades of Link Water #C8D4DD

Tints of Link Water #C8D4DD

Color information

#C8D4DD (or 0xC8D4DD) is unknown color: approx Link Water. HEX triplet: C8, D4 and DD. RGB value is (200,212,221). Sum of RGB (Red+Green+Blue) = 200+212+221=633 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.60% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8D4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D4DD is #372B22. Grayscale: #D1D1D1. Windows color (decimal): -3615523 or 14537928. OLE color: 14537928.

HSL color Cylindrical-coordinate representation of color #C8D4DD: hue angle of 205.71º 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 #C8D4DD is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200212221-
CMYK0.100.0400.13
HSL205.71º23.6%82.55%-
HSV(B)205.71º9.5%86.67%-
XYZ60.4164.5977.69-
YUV209.44134.52121.27-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.60%
GREEN value IS 212 (83.20% from 255) = 33.49%
BLUE value IS 221 (86.72% from 255) = 34.91%
R=31.60%
G=33.49%
B=34.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002122210.100.0400.13205.7123.682.55
HexC8D4DDA40Dce1853
Octal31032433512401531630123
Binary11001000110101001101110110101000110111001110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D4DD; }

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

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

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

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

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

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

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

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