Html Css Color HEX #C1CED8 Link Water

📋 copy color: '#C1CED8'

red 193 ◦ green 206 ◦ blue 216

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

Shades of Link Water #C1CED8

Tints of Link Water #C1CED8

RGB

 RED value IS 193 (75.78% from 255) = 31.38%

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

 BLUE value IS 216 (84.77% from 255) = 35.12%

R = 31.38%
G = 33.5%
B = 35.12%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C1CED8 (or 0xC1CED8) is known color: Link Water. HEX triplet: C1, CE and D8. RGB value is (193,206,216). Sum of RGB (Red+Green+Blue) = 193+206+216=615 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.38% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 216 - color contains mainly: blue. Hex color #C1CED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CED8 is #3E3127. Grayscale: #CBCBCB. Windows color (decimal): -4075816 or 14208705. OLE color: 14208705.

HSL color Cylindrical-coordinate representation of color #C1CED8: hue angle of 206.09º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1CED8 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 206 216 -
CMYK 0.11 0.05 0 0.15
HSL 206.09º 0.23% 0.8% -
HSV(B) 206.09º 0.11% 0.85% -
XYZ 56.46 60.44 73.66 -
YUV 203.25 135.19 120.69 -
System Red Green Blue C M Y K H S L
Decimal 193 206 216 0.11 0.05 0 0.15 206.09 0.23 0.8
Hex C1 CE D8 B 5 0 F CE 17 50
Octal 301 316 330 13 5 0 17 316 27 120
Binary 11000001 11001110 11011000 1011 101 0 1111 11001110 10111 1010000

Color Harmonies of #C1CED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CED8

Black with #C1CED8

Text Example


Text Example

White with #C1CED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CED8; }

 p { color: rgb(193,206,216); }

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

background-color css

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

 a { background-color: rgb(193,206,216); }

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

border-color css

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

 span { border-color: rgb(193,206,216); }

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