#CCD6DE

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

Shades of Link Water #CCD6DE

Tints of Link Water #CCD6DE

Color information

#CCD6DE (or 0xCCD6DE) is unknown color: approx Link Water. HEX triplet: CC, D6 and DE. RGB value is (204,214,222). Sum of RGB (Red+Green+Blue) = 204+214+222=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 214 (83.98% from 255 or 33.44% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCD6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6DE is #332921. Grayscale: #D3D3D3. Windows color (decimal): -3352866 or 14603980. OLE color: 14603980.

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

Color convert

RGB204214222-
CMYK0.080.0400.13
HSL206.67º21.43%83.53%-
HSV(B)206.67º8.11%87.06%-
XYZ62.1366.278.61-
YUV211.92133.69122.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.88%
GREEN value IS 214 (83.98% from 255) = 33.44%
BLUE value IS 222 (87.11% from 255) = 34.69%
R=31.88%
G=33.44%
B=34.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042142220.080.0400.13206.6721.4383.53
HexCCD6DE840Dcf1554
Octal31432633610401531725124
Binary11001100110101101101111010001000110111001111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD6DE; }

 p { color: rgb(204,214,222); }

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

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

 a { background-color: rgb(204,214,222); }

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

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

 span { border-color: rgb(204,214,222); }

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