Html Css Color HEX #C2C9DB Link Water

📋 copy color: '#C2C9DB'

red 194 ◦ green 201 ◦ blue 219

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

Shades of Link Water #C2C9DB

Tints of Link Water #C2C9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.74%

 BLUE value IS 219 (85.94% from 255) = 35.67%

R = 31.6%
G = 32.74%
B = 35.67%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C2C9DB (or 0xC2C9DB) is known color: Link Water. HEX triplet: C2, C9 and DB. RGB value is (194,201,219). Sum of RGB (Red+Green+Blue) = 194+201+219=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 219 - color contains mainly: blue. Hex color #C2C9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C9DB is #3D3624. Grayscale: #C8C8C8. Windows color (decimal): -4011557 or 14404034. OLE color: 14404034.

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

Color convert

RGB 194 201 219 -
CMYK 0.11 0.08 0 0.14
HSL 223.2º 0.26% 0.81% -
HSV(B) 223.2º 0.11% 0.86% -
XYZ 55.92 58.36 75.33 -
YUV 200.96 138.18 123.04 -
System Red Green Blue C M Y K H S L
Decimal 194 201 219 0.11 0.08 0 0.14 223.2 0.26 0.81
Hex C2 C9 DB B 8 0 E DF 1A 51
Octal 302 311 333 13 10 0 16 337 32 121
Binary 11000010 11001001 11011011 1011 1000 0 1110 11011111 11010 1010001

Color Harmonies of #C2C9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C9DB

Black with #C2C9DB

Text Example


Text Example

White with #C2C9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C9DB; }

 p { color: rgb(194,201,219); }

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

background-color css

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

 a { background-color: rgb(194,201,219); }

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

border-color css

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

 span { border-color: rgb(194,201,219); }

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