#CBD2DA

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

Shades of Link Water #CBD2DA

Tints of Link Water #CBD2DA

Color information

#CBD2DA (or 0xCBD2DA) is unknown color: approx Link Water. HEX triplet: CB, D2 and DA. RGB value is (203,210,218). Sum of RGB (Red+Green+Blue) = 203+210+218=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBD2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD2DA is #342D25. Grayscale: #D0D0D0. Windows color (decimal): -3419430 or 14340811. OLE color: 14340811.

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

Color convert

RGB203210218-
CMYK0.070.0400.15
HSL212º16.85%82.55%-
HSV(B)212º6.88%85.49%-
XYZ60.3363.8575.47-
YUV208.82133.18123.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.17%
GREEN value IS 210 (82.42% from 255) = 33.28%
BLUE value IS 218 (85.55% from 255) = 34.55%
R=32.17%
G=33.28%
B=34.55%

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
Decimal2032102180.070.0400.1521216.8582.55
HexCBD2DA740Fd41153
Octal3133223327401732421123
Binary1100101111010010110110101111000111111010100100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD2DA; }

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

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

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

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

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

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

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

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