#CBD2DD

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

Shades of Link Water #CBD2DD

Tints of Link Water #CBD2DD

Color information

#CBD2DD (or 0xCBD2DD) is unknown color: approx Link Water. HEX triplet: CB, D2 and DD. RGB value is (203,210,221). Sum of RGB (Red+Green+Blue) = 203+210+221=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBD2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD2DD is #342D22. Grayscale: #D1D1D1. Windows color (decimal): -3419427 or 14537419. OLE color: 14537419.

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

Color convert

RGB203210221-
CMYK0.080.0500.13
HSL216.67º20.93%83.14%-
HSV(B)216.67º8.14%86.67%-
XYZ60.7364.0177.56-
YUV209.16134.68123.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.02%
GREEN value IS 210 (82.42% from 255) = 33.12%
BLUE value IS 221 (86.72% from 255) = 34.86%
R=32.02%
G=33.12%
B=34.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032102210.080.0500.13216.6720.9383.14
HexCBD2DD850Dd91553
Octal31332233510501533125123
Binary11001011110100101101110110001010110111011001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD2DD; }

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

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

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

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

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

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

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

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