Html Css Color HEX #C0CEDF Link Water

📋 copy color: '#C0CEDF'

red 192 ◦ green 206 ◦ blue 223

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

Shades of Link Water #C0CEDF

Tints of Link Water #C0CEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.91%

R = 30.92%
G = 33.17%
B = 35.91%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C0CEDF (or 0xC0CEDF) is known color: Link Water. HEX triplet: C0, CE and DF. RGB value is (192,206,223). Sum of RGB (Red+Green+Blue) = 192+206+223=621 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.92% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0CEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CEDF is #3F3120. Grayscale: #CBCBCB. Windows color (decimal): -4141345 or 14667456. OLE color: 14667456.

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

Color convert

RGB 192 206 223 -
CMYK 0.14 0.08 0 0.13
HSL 212.9º 0.33% 0.81% -
HSV(B) 212.9º 0.14% 0.87% -
XYZ 57.13 60.68 78.51 -
YUV 203.75 138.86 119.62 -
System Red Green Blue C M Y K H S L
Decimal 192 206 223 0.14 0.08 0 0.13 212.9 0.33 0.81
Hex C0 CE DF E 8 0 D D5 21 51
Octal 300 316 337 16 10 0 15 325 41 121
Binary 11000000 11001110 11011111 1110 1000 0 1101 11010101 100001 1010001

Color Harmonies of #C0CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CEDF

Black with #C0CEDF

Text Example


Text Example

White with #C0CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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