Html Css Color HEX #C3CED8 Link Water

📋 copy color: '#C3CED8'

red 195 ◦ green 206 ◦ blue 216

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

Shades of Link Water #C3CED8

Tints of Link Water #C3CED8

RGB

 RED value IS 195 (76.56% from 255) = 31.6%

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

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

R = 31.6%
G = 33.39%
B = 35.01%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C3CED8 (or 0xC3CED8) is known color: Link Water. HEX triplet: C3, CE and D8. RGB value is (195,206,216). Sum of RGB (Red+Green+Blue) = 195+206+216=617 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.60% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 216 (84.77% from 255 or 35.01% from 617); Max value from RGB is 216 - color contains mainly: blue. Hex color #C3CED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CED8 is #3C3127. Grayscale: #CBCBCB. Windows color (decimal): -3944744 or 14208707. OLE color: 14208707.

HSL color Cylindrical-coordinate representation of color #C3CED8: hue angle of 208.57º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3CED8 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 206 216 -
CMYK 0.10 0.05 0 0.15
HSL 208.57º 0.21% 0.81% -
HSV(B) 208.57º 0.1% 0.85% -
XYZ 56.97 60.7 73.68 -
YUV 203.85 134.86 121.69 -
System Red Green Blue C M Y K H S L
Decimal 195 206 216 0.10 0.05 0 0.15 208.57 0.21 0.81
Hex C3 CE D8 A 5 0 F D1 15 51
Octal 303 316 330 12 5 0 17 321 25 121
Binary 11000011 11001110 11011000 1010 101 0 1111 11010001 10101 1010001

Color Harmonies of #C3CED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CED8

Black with #C3CED8

Text Example


Text Example

White with #C3CED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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