#CBCED6

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

Shades of Link Water #CBCED6

Tints of Link Water #CBCED6

Color information

#CBCED6 (or 0xCBCED6) is unknown color: approx Link Water. HEX triplet: CB, CE and D6. RGB value is (203,206,214). Sum of RGB (Red+Green+Blue) = 203+206+214=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 214 (83.98% from 255 or 34.35% from 623); Max value from RGB is 214 - color contains mainly: blue. Hex color #CBCED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCED6 is #343129. Grayscale: #CDCDCD. Windows color (decimal): -3420458 or 14077643. OLE color: 14077643.

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

Color convert

RGB203206214-
CMYK0.050.0400.16
HSL223.64º11.83%81.76%-
HSV(B)223.64º5.14%83.92%-
XYZ58.8461.6972.43-
YUV206.02132.51125.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.58%
GREEN value IS 206 (80.86% from 255) = 33.07%
BLUE value IS 214 (83.98% from 255) = 34.35%
R=32.58%
G=33.07%
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
Decimal2032062140.050.0400.16223.6411.8381.76
HexCBCED654010e0c52
Octal3133163265402034014122
Binary1100101111001110110101101011000100001110000011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCED6; }

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

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

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

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

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

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

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

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