Html Css Color HEX #C2CBDB Link Water

📋 copy color: '#C2CBDB'

red 194 ◦ green 203 ◦ blue 219

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

Shades of Link Water #C2CBDB

Tints of Link Water #C2CBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.95%

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

R = 31.49%
G = 32.95%
B = 35.55%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C2CBDB (or 0xC2CBDB) is known color: Link Water. HEX triplet: C2, CB and DB. RGB value is (194,203,219). Sum of RGB (Red+Green+Blue) = 194+203+219=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: blue. Hex color #C2CBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CBDB is #3D3424. Grayscale: #CACACA. Windows color (decimal): -4011045 or 14404546. OLE color: 14404546.

HSL color Cylindrical-coordinate representation of color #C2CBDB: hue angle of 218.4º 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 #C2CBDB is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 203 219 -
CMYK 0.11 0.07 0 0.14
HSL 218.4º 0.26% 0.81% -
HSV(B) 218.4º 0.11% 0.86% -
XYZ 56.39 59.3 75.49 -
YUV 202.13 137.52 122.2 -
System Red Green Blue C M Y K H S L
Decimal 194 203 219 0.11 0.07 0 0.14 218.4 0.26 0.81
Hex C2 CB DB B 7 0 E DA 1A 51
Octal 302 313 333 13 7 0 16 332 32 121
Binary 11000010 11001011 11011011 1011 111 0 1110 11011010 11010 1010001

Color Harmonies of #C2CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CBDB

Black with #C2CBDB

Text Example


Text Example

White with #C2CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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