#CBD5DC

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

Shades of Link Water #CBD5DC

Tints of Link Water #CBD5DC

Color information

#CBD5DC (or 0xCBD5DC) is unknown color: approx Link Water. HEX triplet: CB, D5 and DC. RGB value is (203,213,220). Sum of RGB (Red+Green+Blue) = 203+213+220=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBD5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5DC is #342A23. Grayscale: #D2D2D2. Windows color (decimal): -3418660 or 14472651. OLE color: 14472651.

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

Color convert

RGB203213220-
CMYK0.080.0300.14
HSL204.71º19.54%82.94%-
HSV(B)204.71º7.73%86.27%-
XYZ61.3465.4577.11-
YUV210.81133.19122.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.92%
GREEN value IS 213 (83.59% from 255) = 33.49%
BLUE value IS 220 (86.33% from 255) = 34.59%
R=31.92%
G=33.49%
B=34.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032132200.080.0300.14204.7119.5482.94
HexCBD5DC830Ecd1453
Octal31332533410301631524123
Binary1100101111010101110111001000110111011001101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD5DC; }

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

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

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

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

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

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

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

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