#CBCCD5

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

Shades of Link Water #CBCCD5

Tints of Link Water #CBCCD5

Color information

#CBCCD5 (or 0xCBCCD5) is unknown color: approx Link Water. HEX triplet: CB, CC and D5. RGB value is (203,204,213). Sum of RGB (Red+Green+Blue) = 203+204+213=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 213 - color contains mainly: blue. Hex color #CBCCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCD5 is #34332A. Grayscale: #CCCCCC. Windows color (decimal): -3420971 or 14011595. OLE color: 14011595.

HSL color Cylindrical-coordinate representation of color #CBCCD5: hue angle of 234º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CBCCD5 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203204213-
CMYK0.050.0400.16
HSL234º10.64%81.57%-
HSV(B)234º4.69%83.53%-
XYZ58.2360.6971.6-
YUV204.73132.67126.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.74%
GREEN value IS 204 (80.08% from 255) = 32.90%
BLUE value IS 213 (83.59% from 255) = 34.35%
R=32.74%
G=32.90%
B=34.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032042130.050.0400.1623410.6481.57
HexCBCCD554010eab52
Octal3133143255402035213122
Binary1100101111001100110101011011000100001110101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCCD5; }

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

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

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

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

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

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

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

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