#CBCED1

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

Shades of Link Water #CBCED1

Tints of Link Water #CBCED1

Color information

#CBCED1 (or 0xCBCED1) is unknown color: approx Link Water. HEX triplet: CB, CE and D1. RGB value is (203,206,209). Sum of RGB (Red+Green+Blue) = 203+206+209=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 209 (82.03% from 255 or 33.82% from 618); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBCED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCED1 is #34312E. Grayscale: #CDCDCD. Windows color (decimal): -3420463 or 13749963. OLE color: 13749963.

HSL color Cylindrical-coordinate representation of color #CBCED1: hue angle of 210º degrees, saturation: 0.06, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CBCED1 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB203206209-
CMYK0.030.0100.18
HSL210º6.12%80.78%-
HSV(B)210º2.87%81.96%-
XYZ58.2161.4469.11-
YUV205.44130.01126.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.85%
GREEN value IS 206 (80.86% from 255) = 33.33%
BLUE value IS 209 (82.03% from 255) = 33.82%
R=32.85%
G=33.33%
B=33.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032062090.030.0100.182106.1280.78
HexCBCED131012d2651
Octal313316321310223226121
Binary110010111100111011010001111010010110100101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCED1; }

 p { color: rgb(203,206,209); }

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

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

 a { background-color: rgb(203,206,209); }

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

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

 span { border-color: rgb(203,206,209); }

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