#C3CEDB

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

Shades of Link Water #C3CEDB

Tints of Link Water #C3CEDB

Color information

#C3CEDB (or 0xC3CEDB) is unknown color: approx Link Water. HEX triplet: C3, CE and DB. RGB value is (195,206,219). Sum of RGB (Red+Green+Blue) = 195+206+219=620 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.45% from 620); Green value is 206 (80.86% from 255 or 33.23% 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 #C3CEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CEDB is #3C3124. Grayscale: #CCCCCC. Windows color (decimal): -3944741 or 14405315. OLE color: 14405315.

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

Color convert

RGB195206219-
CMYK0.110.0600.14
HSL212.5º25%81.18%-
HSV(B)212.5º10.96%85.88%-
XYZ57.3660.8675.74-
YUV204.19136.36121.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.45%
GREEN value IS 206 (80.86% from 255) = 33.23%
BLUE value IS 219 (85.94% from 255) = 35.32%
R=31.45%
G=33.23%
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
Decimal1952062190.110.0600.14212.52581.18
HexC3CEDBB60Ed41951
Octal30331633313601632431121
Binary11000011110011101101101110111100111011010100110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CEDB; }

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

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

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

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

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

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

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

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