#CBD6DF

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

Shades of Link Water #CBD6DF

Tints of Link Water #CBD6DF

Color information

#CBD6DF (or 0xCBD6DF) is unknown color: approx Link Water. HEX triplet: CB, D6 and DF. RGB value is (203,214,223). Sum of RGB (Red+Green+Blue) = 203+214+223=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 214 (83.98% from 255 or 33.44% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBD6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD6DF is #342920. Grayscale: #D3D3D3. Windows color (decimal): -3418401 or 14669515. OLE color: 14669515.

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

Color convert

RGB203214223-
CMYK0.090.0400.13
HSL207º23.81%83.53%-
HSV(B)207º8.97%87.45%-
XYZ61.9966.1279.31-
YUV211.74134.36121.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.72%
GREEN value IS 214 (83.98% from 255) = 33.44%
BLUE value IS 223 (87.5% from 255) = 34.84%
R=31.72%
G=33.44%
B=34.84%

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
Decimal2032142230.090.0400.1320723.8183.53
HexCBD6DF940Dcf1854
Octal31332633711401531730124
Binary11001011110101101101111110011000110111001111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD6DF; }

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

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

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

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

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

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

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

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