Html Css Color HEX #C0CCDD Link Water

📋 copy color: '#C0CCDD'

red 192 ◦ green 204 ◦ blue 221

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

Shades of Link Water #C0CCDD

Tints of Link Water #C0CCDD

RGB

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

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

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

R = 31.12%
G = 33.06%
B = 35.82%

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

#C0CCDD (or 0xC0CCDD) is known color: Link Water. HEX triplet: C0, CC and DD. RGB value is (192,204,221). Sum of RGB (Red+Green+Blue) = 192+204+221=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCDD is #3F3322. Grayscale: #CACACA. Windows color (decimal): -4141859 or 14535872. OLE color: 14535872.

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

Color convert

RGB 192 204 221 -
CMYK 0.13 0.08 0 0.13
HSL 215.17º 0.3% 0.81% -
HSV(B) 215.17º 0.13% 0.87% -
XYZ 56.38 59.61 76.94 -
YUV 202.35 138.52 120.62 -
System Red Green Blue C M Y K H S L
Decimal 192 204 221 0.13 0.08 0 0.13 215.17 0.3 0.81
Hex C0 CC DD D 8 0 D D7 1E 51
Octal 300 314 335 15 10 0 15 327 36 121
Binary 11000000 11001100 11011101 1101 1000 0 1101 11010111 11110 1010001

Color Harmonies of #C0CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CCDD

Black with #C0CCDD

Text Example


Text Example

White with #C0CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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