Html Css Color HEX #C0CDDF Link Water

📋 copy color: '#C0CDDF'

red 192 ◦ green 205 ◦ blue 223

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

Shades of Link Water #C0CDDF

Tints of Link Water #C0CDDF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.06%

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

R = 30.97%
G = 33.06%
B = 35.97%

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

#C0CDDF (or 0xC0CDDF) is known color: Link Water. HEX triplet: C0, CD and DF. RGB value is (192,205,223). Sum of RGB (Red+Green+Blue) = 192+205+223=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0CDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CDDF is #3F3220. Grayscale: #CBCBCB. Windows color (decimal): -4141601 or 14667200. OLE color: 14667200.

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

Color convert

RGB 192 205 223 -
CMYK 0.14 0.08 0 0.13
HSL 214.84º 0.33% 0.81% -
HSV(B) 214.84º 0.14% 0.87% -
XYZ 56.89 60.2 78.43 -
YUV 203.17 139.19 120.04 -
System Red Green Blue C M Y K H S L
Decimal 192 205 223 0.14 0.08 0 0.13 214.84 0.33 0.81
Hex C0 CD DF E 8 0 D D7 21 51
Octal 300 315 337 16 10 0 15 327 41 121
Binary 11000000 11001101 11011111 1110 1000 0 1101 11010111 100001 1010001

Color Harmonies of #C0CDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CDDF

Black with #C0CDDF

Text Example


Text Example

White with #C0CDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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