#C2CFE1

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

Shades of Link Water #C2CFE1

Tints of Link Water #C2CFE1

Color information

#C2CFE1 (or 0xC2CFE1) is unknown color: approx Link Water. HEX triplet: C2, CF and E1. RGB value is (194,207,225). Sum of RGB (Red+Green+Blue) = 194+207+225=626 (82% of max value = 765). Red value is 194 (76.17% from 255 or 30.99% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 225 (88.28% from 255 or 35.94% from 626); Max value from RGB is 225 - color contains mainly: blue. Hex color #C2CFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CFE1 is #3D301E. Grayscale: #CDCDCD. Windows color (decimal): -4010015 or 14798786. OLE color: 14798786.

HSL color Cylindrical-coordinate representation of color #C2CFE1: hue angle of 214.84º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2CFE1 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB194207225-
CMYK0.140.0800.12
HSL214.84º34.07%82.16%-
HSV(B)214.84º13.78%88.24%-
XYZ58.1561.5380.05-
YUV205.16139.19120.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.99%
GREEN value IS 207 (81.25% from 255) = 33.07%
BLUE value IS 225 (88.28% from 255) = 35.94%
R=30.99%
G=33.07%
B=35.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1942072250.140.0800.12214.8434.0782.16
HexC2CFE1E80Cd72252
Octal302317341161001432742122
Binary1100001011001111111000011110100001100110101111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CFE1; }

 p { color: rgb(194,207,225); }

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

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

 a { background-color: rgb(194,207,225); }

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

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

 span { border-color: rgb(194,207,225); }

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