#C7CDDD

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

Shades of Link Water #C7CDDD

Tints of Link Water #C7CDDD

Color information

#C7CDDD (or 0xC7CDDD) is unknown color: approx Link Water. HEX triplet: C7, CD and DD. RGB value is (199,205,221). Sum of RGB (Red+Green+Blue) = 199+205+221=625 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.84% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #C7CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CDDD is #383222. Grayscale: #CCCCCC. Windows color (decimal): -3682851 or 14536135. OLE color: 14536135.

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

Color convert

RGB199205221-
CMYK0.100.0700.13
HSL223.64º24.44%82.35%-
HSV(B)223.64º9.95%86.67%-
XYZ58.4461.0377.11-
YUV205.03137.01123.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.84%
GREEN value IS 205 (80.47% from 255) = 32.8%
BLUE value IS 221 (86.72% from 255) = 35.36%
R=31.84%
G=32.8%
B=35.36%

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
Decimal1992052210.100.0700.13223.6424.4482.35
HexC7CDDDA70De01852
Octal30731533512701534030122
Binary11000111110011011101110110101110110111100000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CDDD; }

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

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

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

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

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

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

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

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