Html Css Color HEX #C0CEDD Link Water

📋 copy color: '#C0CEDD'

red 192 ◦ green 206 ◦ blue 221

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

Shades of Link Water #C0CEDD

Tints of Link Water #C0CEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.28%

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

R = 31.02%
G = 33.28%
B = 35.7%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C0CEDD (or 0xC0CEDD) is known color: Link Water. HEX triplet: C0, CE and DD. RGB value is (192,206,221). Sum of RGB (Red+Green+Blue) = 192+206+221=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0CEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CEDD is #3F3122. Grayscale: #CBCBCB. Windows color (decimal): -4141347 or 14536384. OLE color: 14536384.

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

Color convert

RGB 192 206 221 -
CMYK 0.13 0.07 0 0.13
HSL 211.03º 0.3% 0.81% -
HSV(B) 211.03º 0.13% 0.87% -
XYZ 56.86 60.57 77.1 -
YUV 203.52 137.86 119.78 -
System Red Green Blue C M Y K H S L
Decimal 192 206 221 0.13 0.07 0 0.13 211.03 0.3 0.81
Hex C0 CE DD D 7 0 D D3 1E 51
Octal 300 316 335 15 7 0 15 323 36 121
Binary 11000000 11001110 11011101 1101 111 0 1101 11010011 11110 1010001

Color Harmonies of #C0CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CEDD

Black with #C0CEDD

Text Example


Text Example

White with #C0CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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