#CBCDD3

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

Shades of Link Water #CBCDD3

Tints of Link Water #CBCDD3

Color information

#CBCDD3 (or 0xCBCDD3) is unknown color: approx Link Water. HEX triplet: CB, CD and D3. RGB value is (203,205,211). Sum of RGB (Red+Green+Blue) = 203+205+211=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 211 - color contains mainly: blue. Hex color #CBCDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDD3 is #34322C. Grayscale: #CDCDCD. Windows color (decimal): -3420717 or 13880779. OLE color: 13880779.

HSL color Cylindrical-coordinate representation of color #CBCDD3: hue angle of 225º 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 #CBCDD3 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB203205211-
CMYK0.040.0300.17
HSL225º8.33%81.18%-
HSV(B)225º3.79%82.75%-
XYZ58.2261.0670.35-
YUV205.09131.34126.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.79%
GREEN value IS 205 (80.47% from 255) = 33.12%
BLUE value IS 211 (82.81% from 255) = 34.09%
R=32.79%
G=33.12%
B=34.09%

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
Decimal2032052110.040.0300.172258.3381.18
HexCBCDD343011e1851
Octal3133153234302134110121
Binary110010111100110111010011100110100011110000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCDD3; }

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

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

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

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

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

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

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

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