#CCD5DA

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

Shades of Link Water #CCD5DA

Tints of Link Water #CCD5DA

Color information

#CCD5DA (or 0xCCD5DA) is unknown color: approx Link Water. HEX triplet: CC, D5 and DA. RGB value is (204,213,218). Sum of RGB (Red+Green+Blue) = 204+213+218=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCD5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5DA is #332A25. Grayscale: #D2D2D2. Windows color (decimal): -3353126 or 14341580. OLE color: 14341580.

HSL color Cylindrical-coordinate representation of color #CCD5DA: hue angle of 201.43º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD5DA is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204213218-
CMYK0.060.0200.15
HSL201.43º15.91%82.75%-
HSV(B)201.43º6.42%85.49%-
XYZ61.3565.4975.74-
YUV210.88132.02123.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.13%
GREEN value IS 213 (83.59% from 255) = 33.54%
BLUE value IS 218 (85.55% from 255) = 34.33%
R=32.13%
G=33.54%
B=34.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042132180.060.0200.15201.4315.9182.75
HexCCD5DA620Fc91053
Octal3143253326201731120123
Binary110011001101010111011010110100111111001001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD5DA; }

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

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

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

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

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

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

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

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