#CBD4DB

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

Shades of Link Water #CBD4DB

Tints of Link Water #CBD4DB

Color information

#CBD4DB (or 0xCBD4DB) is unknown color: approx Link Water. HEX triplet: CB, D4 and DB. RGB value is (203,212,219). Sum of RGB (Red+Green+Blue) = 203+212+219=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 212 (83.20% from 255 or 33.44% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBD4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD4DB is #342B24. Grayscale: #D2D2D2. Windows color (decimal): -3418917 or 14406859. OLE color: 14406859.

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

Color convert

RGB203212219-
CMYK0.070.0300.14
HSL206.25º18.18%82.75%-
HSV(B)206.25º7.31%85.88%-
XYZ60.9664.976.33-
YUV210.11133.02122.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.02%
GREEN value IS 212 (83.20% from 255) = 33.44%
BLUE value IS 219 (85.94% from 255) = 34.54%
R=32.02%
G=33.44%
B=34.54%

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
Decimal2032122190.070.0300.14206.2518.1882.75
HexCBD4DB730Ece1253
Octal3133243337301631622123
Binary110010111101010011011011111110111011001110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD4DB; }

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

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

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

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

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

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

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

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