Html Css Color HEX #C2CED8 Link Water

📋 copy color: '#C2CED8'

red 194 ◦ green 206 ◦ blue 216

#C2CED8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Link Water #C2CED8

Tints of Link Water #C2CED8

RGB

 RED value IS 194 (76.17% from 255) = 31.49%

 GREEN value IS 206 (80.86% from 255) = 33.44%

 BLUE value IS 216 (84.77% from 255) = 35.06%

R = 31.49%
G = 33.44%
B = 35.06%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C2CED8 (or 0xC2CED8) is known color: Link Water. HEX triplet: C2, CE and D8. RGB value is (194,206,216). Sum of RGB (Red+Green+Blue) = 194+206+216=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 216 (84.77% from 255 or 35.06% from 616); Max value from RGB is 216 - color contains mainly: blue. Hex color #C2CED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CED8 is #3D3127. Grayscale: #CBCBCB. Windows color (decimal): -4010280 or 14208706. OLE color: 14208706.

HSL color Cylindrical-coordinate representation of color #C2CED8: hue angle of 207.27º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2CED8 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 206 216 -
CMYK 0.10 0.05 0 0.15
HSL 207.27º 0.22% 0.8% -
HSV(B) 207.27º 0.1% 0.85% -
XYZ 56.71 60.57 73.67 -
YUV 203.55 135.02 121.19 -
System Red Green Blue C M Y K H S L
Decimal 194 206 216 0.10 0.05 0 0.15 207.27 0.22 0.8
Hex C2 CE D8 A 5 0 F CF 16 50
Octal 302 316 330 12 5 0 17 317 26 120
Binary 11000010 11001110 11011000 1010 101 0 1111 11001111 10110 1010000

Color Harmonies of #C2CED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CED8

Black with #C2CED8

Text Example


Text Example

White with #C2CED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CED8; }

 p { color: rgb(194,206,216); }

 H1.HeaderClassName
 {
   color: #C2CED8;
 }
 .AnyTagClassName
 {
   color: #C2CED8;
 }
</style>

background-color css

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

 a { background-color: rgb(194,206,216); }

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

border-color css

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

 span { border-color: rgb(194,206,216); }

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