Html Css Color HEX #C3C8DA Link Water

📋 copy color: '#C3C8DA'

red 195 ◦ green 200 ◦ blue 218

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

Shades of Link Water #C3C8DA

Tints of Link Water #C3C8DA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.63%

 BLUE value IS 218 (85.55% from 255) = 35.56%

R = 31.81%
G = 32.63%
B = 35.56%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C3C8DA (or 0xC3C8DA) is known color: Link Water. HEX triplet: C3, C8 and DA. RGB value is (195,200,218). Sum of RGB (Red+Green+Blue) = 195+200+218=613 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.81% from 613); Green value is 200 (78.52% from 255 or 32.63% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 218 - color contains mainly: blue. Hex color #C3C8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C8DA is #3C3725. Grayscale: #C8C8C8. Windows color (decimal): -3946278 or 14338243. OLE color: 14338243.

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

Color convert

RGB 195 200 218 -
CMYK 0.11 0.08 0 0.15
HSL 226.96º 0.24% 0.81% -
HSV(B) 226.96º 0.11% 0.85% -
XYZ 55.81 57.97 74.58 -
YUV 200.56 137.84 124.04 -
System Red Green Blue C M Y K H S L
Decimal 195 200 218 0.11 0.08 0 0.15 226.96 0.24 0.81
Hex C3 C8 DA B 8 0 F E3 18 51
Octal 303 310 332 13 10 0 17 343 30 121
Binary 11000011 11001000 11011010 1011 1000 0 1111 11100011 11000 1010001

Color Harmonies of #C3C8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C8DA

Black with #C3C8DA

Text Example


Text Example

White with #C3C8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C8DA; }

 p { color: rgb(195,200,218); }

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

background-color css

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

 a { background-color: rgb(195,200,218); }

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

border-color css

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

 span { border-color: rgb(195,200,218); }

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