#CBCDDA

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

Shades of Link Water #CBCDDA

Tints of Link Water #CBCDDA

Color information

#CBCDDA (or 0xCBCDDA) is unknown color: approx Link Water. HEX triplet: CB, CD and DA. RGB value is (203,205,218). Sum of RGB (Red+Green+Blue) = 203+205+218=626 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.43% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBCDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDDA is #343225. Grayscale: #CDCDCD. Windows color (decimal): -3420710 or 14339531. OLE color: 14339531.

HSL color Cylindrical-coordinate representation of color #CBCDDA: hue angle of 232º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBCDDA is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203205218-
CMYK0.070.0600.15
HSL232º16.85%82.55%-
HSV(B)232º6.88%85.49%-
XYZ59.1161.4275.07-
YUV205.88134.84125.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.43%
GREEN value IS 205 (80.47% from 255) = 32.75%
BLUE value IS 218 (85.55% from 255) = 34.82%
R=32.43%
G=32.75%
B=34.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032052180.070.0600.1523216.8582.55
HexCBCDDA760Fe81153
Octal3133153327601735021123
Binary1100101111001101110110101111100111111101000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCDDA; }

 p { color: rgb(203,205,218); }

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

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

 a { background-color: rgb(203,205,218); }

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

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

 span { border-color: rgb(203,205,218); }

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