#C3CFDC

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

Shades of Link Water #C3CFDC

Tints of Link Water #C3CFDC

Color information

#C3CFDC (or 0xC3CFDC) is unknown color: approx Link Water. HEX triplet: C3, CF and DC. RGB value is (195,207,220). Sum of RGB (Red+Green+Blue) = 195+207+220=622 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.35% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3CFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CFDC is #3C3023. Grayscale: #CCCCCC. Windows color (decimal): -3944484 or 14471107. OLE color: 14471107.

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

Color convert

RGB195207220-
CMYK0.110.0600.14
HSL211.2º26.32%81.37%-
HSV(B)211.2º11.36%86.27%-
XYZ57.7461.476.52-
YUV204.89136.52120.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.35%
GREEN value IS 207 (81.25% from 255) = 33.28%
BLUE value IS 220 (86.33% from 255) = 35.37%
R=31.35%
G=33.28%
B=35.37%

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
Decimal1952072200.110.0600.14211.226.3281.37
HexC3CFDCB60Ed31a51
Octal30331733413601632332121
Binary11000011110011111101110010111100111011010011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CFDC; }

 p { color: rgb(195,207,220); }

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

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

 a { background-color: rgb(195,207,220); }

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

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

 span { border-color: rgb(195,207,220); }

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