Html Css Color HEX #C0CCDB Link Water

📋 copy color: '#C0CCDB'

red 192 ◦ green 204 ◦ blue 219

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

Shades of Link Water #C0CCDB

Tints of Link Water #C0CCDB

RGB

 RED value IS 192 (75.39% from 255) = 31.22%

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

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

R = 31.22%
G = 33.17%
B = 35.61%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C0CCDB (or 0xC0CCDB) is known color: Link Water. HEX triplet: C0, CC and DB. RGB value is (192,204,219). Sum of RGB (Red+Green+Blue) = 192+204+219=615 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.22% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCDB is #3F3324. Grayscale: #CACACA. Windows color (decimal): -4141861 or 14404800. OLE color: 14404800.

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

Color convert

RGB 192 204 219 -
CMYK 0.12 0.07 0 0.14
HSL 213.33º 0.27% 0.81% -
HSV(B) 213.33º 0.12% 0.86% -
XYZ 56.12 59.51 75.55 -
YUV 202.12 137.52 120.78 -
System Red Green Blue C M Y K H S L
Decimal 192 204 219 0.12 0.07 0 0.14 213.33 0.27 0.81
Hex C0 CC DB C 7 0 E D5 1B 51
Octal 300 314 333 14 7 0 16 325 33 121
Binary 11000000 11001100 11011011 1100 111 0 1110 11010101 11011 1010001

Color Harmonies of #C0CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CCDB

Black with #C0CCDB

Text Example


Text Example

White with #C0CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CCDB; }

 p { color: rgb(192,204,219); }

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

background-color css

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

 a { background-color: rgb(192,204,219); }

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

border-color css

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

 span { border-color: rgb(192,204,219); }

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