#CBD1DC

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

Shades of Link Water #CBD1DC

Tints of Link Water #CBD1DC

Color information

#CBD1DC (or 0xCBD1DC) is unknown color: approx Link Water. HEX triplet: CB, D1 and DC. RGB value is (203,209,220). Sum of RGB (Red+Green+Blue) = 203+209+220=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 209 (82.03% from 255 or 33.07% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBD1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD1DC is #342E23. Grayscale: #D0D0D0. Windows color (decimal): -3419684 or 14471627. OLE color: 14471627.

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

Color convert

RGB203209220-
CMYK0.080.0500.14
HSL218.82º19.54%82.94%-
HSV(B)218.82º7.73%86.27%-
XYZ60.3563.4676.78-
YUV208.46134.51124.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.12%
GREEN value IS 209 (82.03% from 255) = 33.07%
BLUE value IS 220 (86.33% from 255) = 34.81%
R=32.12%
G=33.07%
B=34.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032092200.080.0500.14218.8219.5482.94
HexCBD1DC850Edb1453
Octal31332133410501633324123
Binary11001011110100011101110010001010111011011011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD1DC; }

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

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

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

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

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

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

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

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