#CCCDD7

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

Shades of Link Water #CCCDD7

Tints of Link Water #CCCDD7

Color information

#CCCDD7 (or 0xCCCDD7) is unknown color: approx Link Water. HEX triplet: CC, CD and D7. RGB value is (204,205,215). Sum of RGB (Red+Green+Blue) = 204+205+215=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 215 (84.38% from 255 or 34.46% from 624); Max value from RGB is 215 - color contains mainly: blue. Hex color #CCCDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDD7 is #333228. Grayscale: #CDCDCD. Windows color (decimal): -3355177 or 14142924. OLE color: 14142924.

HSL color Cylindrical-coordinate representation of color #CCCDD7: hue angle of 234.55º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCCDD7 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204205215-
CMYK0.050.0500.16
HSL234.55º12.09%82.16%-
HSV(B)234.55º5.12%84.31%-
XYZ5961.4173.03-
YUV205.84133.17126.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.69%
GREEN value IS 205 (80.47% from 255) = 32.85%
BLUE value IS 215 (84.38% from 255) = 34.46%
R=32.69%
G=32.85%
B=34.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042052150.050.0500.16234.5512.0982.16
HexCCCDD755010ebc52
Octal3143153275502035314122
Binary1100110011001101110101111011010100001110101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDD7; }

 p { color: rgb(204,205,215); }

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

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

 a { background-color: rgb(204,205,215); }

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

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

 span { border-color: rgb(204,205,215); }

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