#CBD0D8

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

Shades of Link Water #CBD0D8

Tints of Link Water #CBD0D8

Color information

#CBD0D8 (or 0xCBD0D8) is unknown color: approx Link Water. HEX triplet: CB, D0 and D8. RGB value is (203,208,216). Sum of RGB (Red+Green+Blue) = 203+208+216=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 216 - color contains mainly: blue. Hex color #CBD0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD0D8 is #342F27. Grayscale: #CFCFCF. Windows color (decimal): -3419944 or 14209227. OLE color: 14209227.

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

Color convert

RGB203208216-
CMYK0.060.0400.15
HSL216.92º14.29%82.16%-
HSV(B)216.92º6.02%84.71%-
XYZ59.5862.7773.94-
YUV207.42132.84124.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.38%
GREEN value IS 208 (81.64% from 255) = 33.17%
BLUE value IS 216 (84.77% from 255) = 34.45%
R=32.38%
G=33.17%
B=34.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032082160.060.0400.15216.9214.2982.16
HexCBD0D8640Fd9e52
Octal3133203306401733116122
Binary110010111101000011011000110100011111101100111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD0D8; }

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

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

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

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

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

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

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

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