Html Css Color HEX #C2CADC Link Water

📋 copy color: '#C2CADC'

red 194 ◦ green 202 ◦ blue 220

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

Shades of Link Water #C2CADC

Tints of Link Water #C2CADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.71%

R = 31.49%
G = 32.79%
B = 35.71%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C2CADC (or 0xC2CADC) is known color: Link Water. HEX triplet: C2, CA and DC. RGB value is (194,202,220). Sum of RGB (Red+Green+Blue) = 194+202+220=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2CADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CADC is #3D3523. Grayscale: #C9C9C9. Windows color (decimal): -4011300 or 14469826. OLE color: 14469826.

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

Color convert

RGB 194 202 220 -
CMYK 0.12 0.08 0 0.14
HSL 221.54º 0.27% 0.81% -
HSV(B) 221.54º 0.12% 0.86% -
XYZ 56.29 58.88 76.11 -
YUV 201.66 138.35 122.54 -
System Red Green Blue C M Y K H S L
Decimal 194 202 220 0.12 0.08 0 0.14 221.54 0.27 0.81
Hex C2 CA DC C 8 0 E DE 1B 51
Octal 302 312 334 14 10 0 16 336 33 121
Binary 11000010 11001010 11011100 1100 1000 0 1110 11011110 11011 1010001

Color Harmonies of #C2CADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CADC

Black with #C2CADC

Text Example


Text Example

White with #C2CADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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