#CCD1D5

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

Shades of Link Water #CCD1D5

Tints of Link Water #CCD1D5

Color information

#CCD1D5 (or 0xCCD1D5) is unknown color: approx Link Water. HEX triplet: CC, D1 and D5. RGB value is (204,209,213). Sum of RGB (Red+Green+Blue) = 204+209+213=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 209 (82.03% from 255 or 33.39% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCD1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1D5 is #332E2A. Grayscale: #CFCFCF. Windows color (decimal): -3354155 or 14012876. OLE color: 14012876.

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

Color convert

RGB204209213-
CMYK0.040.0200.16
HSL206.67º9.68%81.76%-
HSV(B)206.67º4.23%83.53%-
XYZ59.7163.2472.01-
YUV207.96130.84125.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.59%
GREEN value IS 209 (82.03% from 255) = 33.39%
BLUE value IS 213 (83.59% from 255) = 34.03%
R=32.59%
G=33.39%
B=34.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042092130.040.0200.16206.679.6881.76
HexCCD1D542010cfa52
Octal3143213254202031712122
Binary110011001101000111010101100100100001100111110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD1D5; }

 p { color: rgb(204,209,213); }

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

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

 a { background-color: rgb(204,209,213); }

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

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

 span { border-color: rgb(204,209,213); }

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