#CBD5DF

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

Shades of Link Water #CBD5DF

Tints of Link Water #CBD5DF

Color information

#CBD5DF (or 0xCBD5DF) is unknown color: approx Link Water. HEX triplet: CB, D5 and DF. RGB value is (203,213,223). Sum of RGB (Red+Green+Blue) = 203+213+223=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBD5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5DF is #342A20. Grayscale: #D3D3D3. Windows color (decimal): -3418657 or 14669259. OLE color: 14669259.

HSL color Cylindrical-coordinate representation of color #CBD5DF: hue angle of 210º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBD5DF is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203213223-
CMYK0.090.0400.13
HSL210º23.81%83.53%-
HSV(B)210º8.97%87.45%-
XYZ61.7465.6179.22-
YUV211.15134.69122.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.77%
GREEN value IS 213 (83.59% from 255) = 33.33%
BLUE value IS 223 (87.5% from 255) = 34.90%
R=31.77%
G=33.33%
B=34.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032132230.090.0400.1321023.8183.53
HexCBD5DF940Dd21854
Octal31332533711401532230124
Binary11001011110101011101111110011000110111010010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD5DF; }

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

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

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

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

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

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

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

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