Html Css Color HEX #C2CAD8 Link Water

📋 copy color: '#C2CAD8'

red 194 ◦ green 202 ◦ blue 216

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

Shades of Link Water #C2CAD8

Tints of Link Water #C2CAD8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.01%

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

R = 31.7%
G = 33.01%
B = 35.29%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C2CAD8 (or 0xC2CAD8) is known color: Link Water. HEX triplet: C2, CA and D8. RGB value is (194,202,216). Sum of RGB (Red+Green+Blue) = 194+202+216=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 216 (84.77% from 255 or 35.29% from 612); Max value from RGB is 216 - color contains mainly: blue. Hex color #C2CAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CAD8 is #3D3527. Grayscale: #C9C9C9. Windows color (decimal): -4011304 or 14207682. OLE color: 14207682.

HSL color Cylindrical-coordinate representation of color #C2CAD8: hue angle of 218.18º 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 #C2CAD8 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 202 216 -
CMYK 0.10 0.06 0 0.15
HSL 218.18º 0.22% 0.8% -
HSV(B) 218.18º 0.1% 0.85% -
XYZ 55.76 58.67 73.35 -
YUV 201.2 136.35 122.86 -
System Red Green Blue C M Y K H S L
Decimal 194 202 216 0.10 0.06 0 0.15 218.18 0.22 0.8
Hex C2 CA D8 A 6 0 F DA 16 50
Octal 302 312 330 12 6 0 17 332 26 120
Binary 11000010 11001010 11011000 1010 110 0 1111 11011010 10110 1010000

Color Harmonies of #C2CAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CAD8

Black with #C2CAD8

Text Example


Text Example

White with #C2CAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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