#CBCCD3

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

Shades of Link Water #CBCCD3

Tints of Link Water #CBCCD3

Color information

#CBCCD3 (or 0xCBCCD3) is unknown color: approx Link Water. HEX triplet: CB, CC and D3. RGB value is (203,204,211). Sum of RGB (Red+Green+Blue) = 203+204+211=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 211 - color contains mainly: blue. Hex color #CBCCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCD3 is #34332C. Grayscale: #CCCCCC. Windows color (decimal): -3420973 or 13880523. OLE color: 13880523.

HSL color Cylindrical-coordinate representation of color #CBCCD3: hue angle of 232.5º degrees, saturation: 0.08, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CBCCD3 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB203204211-
CMYK0.040.0300.17
HSL232.5º8.33%81.18%-
HSV(B)232.5º3.79%82.75%-
XYZ57.9860.5970.27-
YUV204.5131.67126.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.85%
GREEN value IS 204 (80.08% from 255) = 33.01%
BLUE value IS 211 (82.81% from 255) = 34.14%
R=32.85%
G=33.01%
B=34.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2032042110.040.0300.17232.58.3381.18
HexCBCCD343011e8851
Octal3133143234302135010121
Binary110010111100110011010011100110100011110100010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCCD3; }

 p { color: rgb(203,204,211); }

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

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

 a { background-color: rgb(203,204,211); }

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

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

 span { border-color: rgb(203,204,211); }

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