#CBD6DE

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

Shades of Link Water #CBD6DE

Tints of Link Water #CBD6DE

Color information

#CBD6DE (or 0xCBD6DE) is unknown color: approx Link Water. HEX triplet: CB, D6 and DE. RGB value is (203,214,222). Sum of RGB (Red+Green+Blue) = 203+214+222=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBD6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD6DE is #342921. Grayscale: #D3D3D3. Windows color (decimal): -3418402 or 14603979. OLE color: 14603979.

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

Color convert

RGB203214222-
CMYK0.090.0400.13
HSL205.26º22.35%83.33%-
HSV(B)205.26º8.56%87.06%-
XYZ61.8666.0678.6-
YUV211.62133.86121.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.77%
GREEN value IS 214 (83.98% from 255) = 33.49%
BLUE value IS 222 (87.11% from 255) = 34.74%
R=31.77%
G=33.49%
B=34.74%

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
Decimal2032142220.090.0400.13205.2622.3583.33
HexCBD6DE940Dcd1653
Octal31332633611401531526123
Binary11001011110101101101111010011000110111001101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD6DE; }

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

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

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

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

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

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

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

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