#C3CDDA

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

Shades of Link Water #C3CDDA

Tints of Link Water #C3CDDA

Color information

#C3CDDA (or 0xC3CDDA) is unknown color: approx Link Water. HEX triplet: C3, CD and DA. RGB value is (195,205,218). Sum of RGB (Red+Green+Blue) = 195+205+218=618 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.55% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 218 - color contains mainly: blue. Hex color #C3CDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDDA is #3C3225. Grayscale: #CBCBCB. Windows color (decimal): -3944998 or 14339523. OLE color: 14339523.

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

Color convert

RGB195205218-
CMYK0.110.0600.15
HSL213.91º23.71%80.98%-
HSV(B)213.91º10.55%85.49%-
XYZ56.9960.3374.97-
YUV203.49136.19121.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.55%
GREEN value IS 205 (80.47% from 255) = 33.17%
BLUE value IS 218 (85.55% from 255) = 35.28%
R=31.55%
G=33.17%
B=35.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1952052180.110.0600.15213.9123.7180.98
HexC3CDDAB60Fd61851
Octal30331533213601732630121
Binary11000011110011011101101010111100111111010110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CDDA; }

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

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

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

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

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

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

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

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