#CBD2DF

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

Shades of Link Water #CBD2DF

Tints of Link Water #CBD2DF

Color information

#CBD2DF (or 0xCBD2DF) is unknown color: approx Link Water. HEX triplet: CB, D2 and DF. RGB value is (203,210,223). Sum of RGB (Red+Green+Blue) = 203+210+223=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBD2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD2DF is #342D20. Grayscale: #D1D1D1. Windows color (decimal): -3419425 or 14668491. OLE color: 14668491.

HSL color Cylindrical-coordinate representation of color #CBD2DF: hue angle of 219º 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 #CBD2DF is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203210223-
CMYK0.090.0600.13
HSL219º23.81%83.53%-
HSV(B)219º8.97%87.45%-
XYZ60.9964.1278.97-
YUV209.39135.68123.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.92%
GREEN value IS 210 (82.42% from 255) = 33.02%
BLUE value IS 223 (87.5% from 255) = 35.06%
R=31.92%
G=33.02%
B=35.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032102230.090.0600.1321923.8183.53
HexCBD2DF960Ddb1854
Octal31332233711601533330124
Binary11001011110100101101111110011100110111011011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD2DF; }

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

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

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

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

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

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

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

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