#C4CDDB

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

Shades of Link Water #C4CDDB

Tints of Link Water #C4CDDB

Color information

#C4CDDB (or 0xC4CDDB) is unknown color: approx Link Water. HEX triplet: C4, CD and DB. RGB value is (196,205,219). Sum of RGB (Red+Green+Blue) = 196+205+219=620 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.61% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CDDB is #3B3224. Grayscale: #CBCBCB. Windows color (decimal): -3879461 or 14405060. OLE color: 14405060.

HSL color Cylindrical-coordinate representation of color #C4CDDB: hue angle of 216.52º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4CDDB is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196205219-
CMYK0.110.0600.14
HSL216.52º24.21%81.37%-
HSV(B)216.52º10.5%85.88%-
XYZ57.3860.5175.67-
YUV203.9136.52122.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.61%
GREEN value IS 205 (80.47% from 255) = 33.06%
BLUE value IS 219 (85.94% from 255) = 35.32%
R=31.61%
G=33.06%
B=35.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962052190.110.0600.14216.5224.2181.37
HexC4CDDBB60Ed91851
Octal30431533313601633130121
Binary11000100110011011101101110111100111011011001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CDDB; }

 p { color: rgb(196,205,219); }

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

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

 a { background-color: rgb(196,205,219); }

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

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

 span { border-color: rgb(196,205,219); }

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