#C4CEDB

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

Shades of Link Water #C4CEDB

Tints of Link Water #C4CEDB

Color information

#C4CEDB (or 0xC4CEDB) is unknown color: approx Link Water. HEX triplet: C4, CE and DB. RGB value is (196,206,219). Sum of RGB (Red+Green+Blue) = 196+206+219=621 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.56% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4CEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CEDB is #3B3124. Grayscale: #CCCCCC. Windows color (decimal): -3879205 or 14405316. OLE color: 14405316.

HSL color Cylindrical-coordinate representation of color #C4CEDB: hue angle of 213.91º 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 #C4CEDB is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196206219-
CMYK0.110.0600.14
HSL213.91º24.21%81.37%-
HSV(B)213.91º10.5%85.88%-
XYZ57.6260.9975.75-
YUV204.49136.19121.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.56%
GREEN value IS 206 (80.86% from 255) = 33.17%
BLUE value IS 219 (85.94% from 255) = 35.27%
R=31.56%
G=33.17%
B=35.27%

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
Decimal1962062190.110.0600.14213.9124.2181.37
HexC4CEDBB60Ed61851
Octal30431633313601632630121
Binary11000100110011101101101110111100111011010110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CEDB; }

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

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

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

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

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

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

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

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