#CBD2DC

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

Shades of Link Water #CBD2DC

Tints of Link Water #CBD2DC

Color information

#CBD2DC (or 0xCBD2DC) is unknown color: approx Link Water. HEX triplet: CB, D2 and DC. RGB value is (203,210,220). Sum of RGB (Red+Green+Blue) = 203+210+220=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 210 (82.42% from 255 or 33.18% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBD2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD2DC is #342D23. Grayscale: #D0D0D0. Windows color (decimal): -3419428 or 14471883. OLE color: 14471883.

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

Color convert

RGB203210220-
CMYK0.080.0500.14
HSL215.29º19.54%82.94%-
HSV(B)215.29º7.73%86.27%-
XYZ60.5963.9676.86-
YUV209.05134.18123.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.07%
GREEN value IS 210 (82.42% from 255) = 33.18%
BLUE value IS 220 (86.33% from 255) = 34.76%
R=32.07%
G=33.18%
B=34.76%

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
Decimal2032102200.080.0500.14215.2919.5482.94
HexCBD2DC850Ed71453
Octal31332233410501632724123
Binary11001011110100101101110010001010111011010111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD2DC; }

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

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

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

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

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

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

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

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