#CBD1DA

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

Shades of Link Water #CBD1DA

Tints of Link Water #CBD1DA

Color information

#CBD1DA (or 0xCBD1DA) is unknown color: approx Link Water. HEX triplet: CB, D1 and DA. RGB value is (203,209,218). Sum of RGB (Red+Green+Blue) = 203+209+218=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBD1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD1DA is #342E25. Grayscale: #D0D0D0. Windows color (decimal): -3419686 or 14340555. OLE color: 14340555.

HSL color Cylindrical-coordinate representation of color #CBD1DA: hue angle of 216º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBD1DA is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203209218-
CMYK0.070.0400.15
HSL216º16.85%82.55%-
HSV(B)216º6.88%85.49%-
XYZ60.0863.3675.39-
YUV208.23133.51124.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.22%
GREEN value IS 209 (82.03% from 255) = 33.17%
BLUE value IS 218 (85.55% from 255) = 34.60%
R=32.22%
G=33.17%
B=34.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032092180.070.0400.1521616.8582.55
HexCBD1DA740Fd81153
Octal3133213327401733021123
Binary1100101111010001110110101111000111111011000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD1DA; }

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

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

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

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

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

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

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

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