#CBD5DB

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

Shades of Link Water #CBD5DB

Tints of Link Water #CBD5DB

Color information

#CBD5DB (or 0xCBD5DB) is unknown color: approx Link Water. HEX triplet: CB, D5 and DB. RGB value is (203,213,219). Sum of RGB (Red+Green+Blue) = 203+213+219=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBD5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5DB is #342A24. Grayscale: #D2D2D2. Windows color (decimal): -3418661 or 14407115. OLE color: 14407115.

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

Color convert

RGB203213219-
CMYK0.070.0300.14
HSL202.5º18.18%82.75%-
HSV(B)202.5º7.31%85.88%-
XYZ61.2165.476.42-
YUV210.69132.69122.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.97%
GREEN value IS 213 (83.59% from 255) = 33.54%
BLUE value IS 219 (85.94% from 255) = 34.49%
R=31.97%
G=33.54%
B=34.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032132190.070.0300.14202.518.1882.75
HexCBD5DB730Eca1253
Octal3133253337301631222123
Binary110010111101010111011011111110111011001010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD5DB; }

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

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

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

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

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

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

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

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