#CBCCD0

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

Shades of Link Water #CBCCD0

Tints of Link Water #CBCCD0

Color information

#CBCCD0 (or 0xCBCCD0) is unknown color: approx Link Water. HEX triplet: CB, CC and D0. RGB value is (203,204,208). Sum of RGB (Red+Green+Blue) = 203+204+208=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 208 (81.64% from 255 or 33.82% from 615); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBCCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCD0 is #34332F. Grayscale: #CCCCCC. Windows color (decimal): -3420976 or 13683915. OLE color: 13683915.

HSL color Cylindrical-coordinate representation of color #CBCCD0: hue angle of 228º degrees, saturation: 0.05, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CBCCD0 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB203204208-
CMYK0.020.0200.18
HSL228º5.05%80.59%-
HSV(B)228º2.4%81.57%-
XYZ57.6160.4468.3-
YUV204.16130.17127.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.01%
GREEN value IS 204 (80.08% from 255) = 33.17%
BLUE value IS 208 (81.64% from 255) = 33.82%
R=33.01%
G=33.17%
B=33.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032042080.020.0200.182285.0580.59
HexCBCCD022012e4551
Octal313314320220223445121
Binary1100101111001100110100001010010010111001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCCD0; }

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

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

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

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

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

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

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

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