Html Css Color HEX #C2CDDD Link Water

📋 copy color: '#C2CDDD'

red 194 ◦ green 205 ◦ blue 221

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

Shades of Link Water #C2CDDD

Tints of Link Water #C2CDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.06%

 BLUE value IS 221 (86.72% from 255) = 35.65%

R = 31.29%
G = 33.06%
B = 35.65%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C2CDDD (or 0xC2CDDD) is known color: Link Water. HEX triplet: C2, CD and DD. RGB value is (194,205,221). Sum of RGB (Red+Green+Blue) = 194+205+221=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDDD is #3D3222. Grayscale: #CBCBCB. Windows color (decimal): -4010531 or 14536130. OLE color: 14536130.

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

Color convert

RGB 194 205 221 -
CMYK 0.12 0.07 0 0.13
HSL 215.56º 0.28% 0.81% -
HSV(B) 215.56º 0.12% 0.87% -
XYZ 57.13 60.35 77.04 -
YUV 203.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 194 205 221 0.12 0.07 0 0.13 215.56 0.28 0.81
Hex C2 CD DD C 7 0 D D8 1C 51
Octal 302 315 335 14 7 0 15 330 34 121
Binary 11000010 11001101 11011101 1100 111 0 1101 11011000 11100 1010001

Color Harmonies of #C2CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CDDD

Black with #C2CDDD

Text Example


Text Example

White with #C2CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CDDD; }

 p { color: rgb(194,205,221); }

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

background-color css

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

 a { background-color: rgb(194,205,221); }

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

border-color css

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

 span { border-color: rgb(194,205,221); }

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