#C2CFDE

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

Shades of Link Water #C2CFDE

Tints of Link Water #C2CFDE

Color information

#C2CFDE (or 0xC2CFDE) is unknown color: approx Link Water. HEX triplet: C2, CF and DE. RGB value is (194,207,222). Sum of RGB (Red+Green+Blue) = 194+207+222=623 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.14% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 222 - color contains mainly: blue. Hex color #C2CFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CFDE is #3D3021. Grayscale: #CCCCCC. Windows color (decimal): -4010018 or 14602178. OLE color: 14602178.

HSL color Cylindrical-coordinate representation of color #C2CFDE: hue angle of 212.14º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2CFDE is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194207222-
CMYK0.130.0700.13
HSL212.14º29.79%81.57%-
HSV(B)212.14º12.61%87.06%-
XYZ57.7561.3777.91-
YUV204.82137.69120.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.14%
GREEN value IS 207 (81.25% from 255) = 33.23%
BLUE value IS 222 (87.11% from 255) = 35.63%
R=31.14%
G=33.23%
B=35.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942072220.130.0700.13212.1429.7981.57
HexC2CFDED70Dd41e52
Octal30231733615701532436122
Binary11000010110011111101111011011110110111010100111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CFDE; }

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

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

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

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

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

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

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

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