#CBCED7

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

Shades of Link Water #CBCED7

Tints of Link Water #CBCED7

Color information

#CBCED7 (or 0xCBCED7) is unknown color: approx Link Water. HEX triplet: CB, CE and D7. RGB value is (203,206,215). Sum of RGB (Red+Green+Blue) = 203+206+215=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 215 (84.38% from 255 or 34.46% from 624); Max value from RGB is 215 - color contains mainly: blue. Hex color #CBCED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCED7 is #343128. Grayscale: #CECECE. Windows color (decimal): -3420457 or 14143179. OLE color: 14143179.

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

Color convert

RGB203206215-
CMYK0.060.0400.16
HSL225º13.04%81.96%-
HSV(B)225º5.58%84.31%-
XYZ58.9761.7573.1-
YUV206.13133.01125.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.53%
GREEN value IS 206 (80.86% from 255) = 33.01%
BLUE value IS 215 (84.38% from 255) = 34.46%
R=32.53%
G=33.01%
B=34.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032062150.060.0400.1622513.0481.96
HexCBCED764010e1d52
Octal3133163276402034115122
Binary1100101111001110110101111101000100001110000111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCED7; }

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

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

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

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

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

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

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

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