#CCD3DC

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

Shades of Link Water #CCD3DC

Tints of Link Water #CCD3DC

Color information

#CCD3DC (or 0xCCD3DC) is unknown color: approx Link Water. HEX triplet: CC, D3 and DC. RGB value is (204,211,220). Sum of RGB (Red+Green+Blue) = 204+211+220=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 211 (82.81% from 255 or 33.23% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCD3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3DC is #332C23. Grayscale: #D1D1D1. Windows color (decimal): -3353636 or 14472140. OLE color: 14472140.

HSL color Cylindrical-coordinate representation of color #CCD3DC: hue angle of 213.75º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCD3DC is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204211220-
CMYK0.070.0400.14
HSL213.75º18.6%83.14%-
HSV(B)213.75º7.27%86.27%-
XYZ61.1164.5976.96-
YUV209.93133.68123.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.13%
GREEN value IS 211 (82.81% from 255) = 33.23%
BLUE value IS 220 (86.33% from 255) = 34.65%
R=32.13%
G=33.23%
B=34.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042112200.070.0400.14213.7518.683.14
HexCCD3DC740Ed61353
Octal3143233347401632623123
Binary1100110011010011110111001111000111011010110100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD3DC; }

 p { color: rgb(204,211,220); }

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

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

 a { background-color: rgb(204,211,220); }

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

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

 span { border-color: rgb(204,211,220); }

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