#CBD3DB

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

Shades of Link Water #CBD3DB

Tints of Link Water #CBD3DB

Color information

#CBD3DB (or 0xCBD3DB) is unknown color: approx Link Water. HEX triplet: CB, D3 and DB. RGB value is (203,211,219). Sum of RGB (Red+Green+Blue) = 203+211+219=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 211 (82.81% from 255 or 33.33% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBD3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD3DB is #342C24. Grayscale: #D1D1D1. Windows color (decimal): -3419173 or 14406603. OLE color: 14406603.

HSL color Cylindrical-coordinate representation of color #CBD3DB: hue angle of 210º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBD3DB is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203211219-
CMYK0.070.0400.14
HSL210º18.18%82.75%-
HSV(B)210º7.31%85.88%-
XYZ60.7164.476.25-
YUV209.52133.35123.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.07%
GREEN value IS 211 (82.81% from 255) = 33.33%
BLUE value IS 219 (85.94% from 255) = 34.60%
R=32.07%
G=33.33%
B=34.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032112190.070.0400.1421018.1882.75
HexCBD3DB740Ed21253
Octal3133233337401632222123
Binary1100101111010011110110111111000111011010010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD3DB; }

 p { color: rgb(203,211,219); }

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

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

 a { background-color: rgb(203,211,219); }

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

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

 span { border-color: rgb(203,211,219); }

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