#C8CDDD

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

Shades of Link Water #C8CDDD

Tints of Link Water #C8CDDD

Color information

#C8CDDD (or 0xC8CDDD) is unknown color: approx Link Water. HEX triplet: C8, CD and DD. RGB value is (200,205,221). Sum of RGB (Red+Green+Blue) = 200+205+221=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CDDD is #373222. Grayscale: #CDCDCD. Windows color (decimal): -3617315 or 14536136. OLE color: 14536136.

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

Color convert

RGB200205221-
CMYK0.100.0700.13
HSL225.71º23.6%82.55%-
HSV(B)225.71º9.5%86.67%-
XYZ58.761.1677.12-
YUV205.33136.84124.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.95%
GREEN value IS 205 (80.47% from 255) = 32.75%
BLUE value IS 221 (86.72% from 255) = 35.30%
R=31.95%
G=32.75%
B=35.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002052210.100.0700.13225.7123.682.55
HexC8CDDDA70De21853
Octal31031533512701534230123
Binary11001000110011011101110110101110110111100010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CDDD; }

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

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

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

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

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

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

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

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