#CBCDD4

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

Shades of Link Water #CBCDD4

Tints of Link Water #CBCDD4

Color information

#CBCDD4 (or 0xCBCDD4) is unknown color: approx Link Water. HEX triplet: CB, CD and D4. RGB value is (203,205,212). Sum of RGB (Red+Green+Blue) = 203+205+212=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 212 (83.20% from 255 or 34.19% from 620); Max value from RGB is 212 - color contains mainly: blue. Hex color #CBCDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDD4 is #34322B. Grayscale: #CDCDCD. Windows color (decimal): -3420716 or 13946315. OLE color: 13946315.

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

Color convert

RGB203205212-
CMYK0.040.0300.17
HSL226.67º9.47%81.37%-
HSV(B)226.67º4.25%83.14%-
XYZ58.3461.1171.01-
YUV205.2131.84126.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.74%
GREEN value IS 205 (80.47% from 255) = 33.06%
BLUE value IS 212 (83.20% from 255) = 34.19%
R=32.74%
G=33.06%
B=34.19%

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
Decimal2032052120.040.0300.17226.679.4781.37
HexCBCDD443011e3951
Octal3133153244302134311121
Binary110010111100110111010100100110100011110001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCDD4; }

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

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

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

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

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

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

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

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