#CBCED5

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

Shades of Link Water #CBCED5

Tints of Link Water #CBCED5

Color information

#CBCED5 (or 0xCBCED5) is unknown color: approx Link Water. HEX triplet: CB, CE and D5. RGB value is (203,206,213). Sum of RGB (Red+Green+Blue) = 203+206+213=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 213 (83.59% from 255 or 34.24% from 622); Max value from RGB is 213 - color contains mainly: blue. Hex color #CBCED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCED5 is #34312A. Grayscale: #CDCDCD. Windows color (decimal): -3420459 or 14012107. OLE color: 14012107.

HSL color Cylindrical-coordinate representation of color #CBCED5: hue angle of 222º 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 #CBCED5 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203206213-
CMYK0.050.0300.16
HSL222º10.64%81.57%-
HSV(B)222º4.69%83.53%-
XYZ58.7161.6471.75-
YUV205.9132.01125.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.64%
GREEN value IS 206 (80.86% from 255) = 33.12%
BLUE value IS 213 (83.59% from 255) = 34.24%
R=32.64%
G=33.12%
B=34.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032062130.050.0300.1622210.6481.57
HexCBCED553010deb52
Octal3133163255302033613122
Binary110010111100111011010101101110100001101111010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCED5; }

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

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

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

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

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

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

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

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