#CBCCCE

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

Shades of Link Water #CBCCCE

Tints of Link Water #CBCCCE

Color information

#CBCCCE (or 0xCBCCCE) is unknown color: approx Link Water. HEX triplet: CB, CC and CE. RGB value is (203,204,206). Sum of RGB (Red+Green+Blue) = 203+204+206=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBCCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCCE is #343331. Grayscale: #CBCBCB. Windows color (decimal): -3420978 or 13552843. OLE color: 13552843.

HSL color Cylindrical-coordinate representation of color #CBCCCE: hue angle of 220º degrees, saturation: 0.03, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CBCCCE is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB203204206-
CMYK0.010.0100.19
HSL220º2.97%80.2%-
HSV(B)220º1.46%80.78%-
XYZ57.3660.3467.02-
YUV203.93129.17127.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.12%
GREEN value IS 204 (80.08% from 255) = 33.28%
BLUE value IS 206 (80.86% from 255) = 33.61%
R=33.12%
G=33.28%
B=33.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2032042060.010.0100.192202.9780.2
HexCBCCCE11013dc350
Octal313314316110233343120
Binary1100101111001100110011101101001111011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCCCE; }

 p { color: rgb(203,204,206); }

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

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

 a { background-color: rgb(203,204,206); }

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

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

 span { border-color: rgb(203,204,206); }

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