Html Css Color HEX #C2CCDE Link Water

📋 copy color: '#C2CCDE'

red 194 ◦ green 204 ◦ blue 222

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

Shades of Link Water #C2CCDE

Tints of Link Water #C2CCDE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.9%

 BLUE value IS 222 (87.11% from 255) = 35.81%

R = 31.29%
G = 32.9%
B = 35.81%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C2CCDE (or 0xC2CCDE) is known color: Link Water. HEX triplet: C2, CC and DE. RGB value is (194,204,222). Sum of RGB (Red+Green+Blue) = 194+204+222=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 222 - color contains mainly: blue. Hex color #C2CCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CCDE is #3D3321. Grayscale: #CACACA. Windows color (decimal): -4010786 or 14601410. OLE color: 14601410.

HSL color Cylindrical-coordinate representation of color #C2CCDE: hue angle of 218.57º 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 #C2CCDE is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 204 222 -
CMYK 0.13 0.08 0 0.13
HSL 218.57º 0.3% 0.82% -
HSV(B) 218.57º 0.13% 0.87% -
XYZ 57.03 59.93 77.67 -
YUV 203.06 138.69 121.54 -
System Red Green Blue C M Y K H S L
Decimal 194 204 222 0.13 0.08 0 0.13 218.57 0.3 0.82
Hex C2 CC DE D 8 0 D DB 1E 52
Octal 302 314 336 15 10 0 15 333 36 122
Binary 11000010 11001100 11011110 1101 1000 0 1101 11011011 11110 1010010

Color Harmonies of #C2CCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CCDE

Black with #C2CCDE

Text Example


Text Example

White with #C2CCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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