#CCD7E0

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

Shades of Link Water #CCD7E0

Tints of Link Water #CCD7E0

Color information

#CCD7E0 (or 0xCCD7E0) is unknown color: approx Link Water. HEX triplet: CC, D7 and E0. RGB value is (204,215,224). Sum of RGB (Red+Green+Blue) = 204+215+224=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 215 (84.38% from 255 or 33.44% from 643); Blue value is 224 (87.89% from 255 or 34.84% from 643); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCD7E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7E0 is #33281F. Grayscale: #D4D4D4. Windows color (decimal): -3352608 or 14735308. OLE color: 14735308.

HSL color Cylindrical-coordinate representation of color #CCD7E0: hue angle of 207º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCD7E0 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204215224-
CMYK0.090.0400.12
HSL207º24.39%83.92%-
HSV(B)207º8.93%87.84%-
XYZ62.6666.8280.12-
YUV212.74134.36121.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.73%
GREEN value IS 215 (84.38% from 255) = 33.44%
BLUE value IS 224 (87.89% from 255) = 34.84%
R=31.73%
G=33.44%
B=34.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042152240.090.0400.1220724.3983.92
HexCCD7E0940Ccf1854
Octal31432734011401431730124
Binary11001100110101111110000010011000110011001111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD7E0; }

 p { color: rgb(204,215,224); }

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

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

 a { background-color: rgb(204,215,224); }

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

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

 span { border-color: rgb(204,215,224); }

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