#CCD1DF

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

Shades of Link Water #CCD1DF

Tints of Link Water #CCD1DF

Color information

#CCD1DF (or 0xCCD1DF) is unknown color: approx Link Water. HEX triplet: CC, D1 and DF. RGB value is (204,209,223). Sum of RGB (Red+Green+Blue) = 204+209+223=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 209 (82.03% from 255 or 32.86% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCD1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1DF is #332E20. Grayscale: #D1D1D1. Windows color (decimal): -3354145 or 14668236. OLE color: 14668236.

HSL color Cylindrical-coordinate representation of color #CCD1DF: hue angle of 224.21º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCD1DF is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204209223-
CMYK0.090.0600.13
HSL224.21º22.89%83.73%-
HSV(B)224.21º8.52%87.45%-
XYZ61.0263.7778.9-
YUV209.1135.84124.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.08%
GREEN value IS 209 (82.03% from 255) = 32.86%
BLUE value IS 223 (87.5% from 255) = 35.06%
R=32.08%
G=32.86%
B=35.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042092230.090.0600.13224.2122.8983.73
HexCCD1DF960De01754
Octal31432133711601534027124
Binary11001100110100011101111110011100110111100000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD1DF; }

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

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

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

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

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

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

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

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