#C3CDDB

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

Shades of Link Water #C3CDDB

Tints of Link Water #C3CDDB

Color information

#C3CDDB (or 0xC3CDDB) is unknown color: approx Link Water. HEX triplet: C3, CD and DB. RGB value is (195,205,219). Sum of RGB (Red+Green+Blue) = 195+205+219=619 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.50% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #C3CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDDB is #3C3224. Grayscale: #CBCBCB. Windows color (decimal): -3944997 or 14405059. OLE color: 14405059.

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

Color convert

RGB195205219-
CMYK0.110.0600.14
HSL215º25%81.18%-
HSV(B)215º10.96%85.88%-
XYZ57.1260.3875.66-
YUV203.61136.69121.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.50%
GREEN value IS 205 (80.47% from 255) = 33.12%
BLUE value IS 219 (85.94% from 255) = 35.38%
R=31.50%
G=33.12%
B=35.38%

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
Decimal1952052190.110.0600.142152581.18
HexC3CDDBB60Ed71951
Octal30331533313601632731121
Binary11000011110011011101101110111100111011010111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CDDB; }

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

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

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

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

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

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

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

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