Html Css Color HEX #C3C9DB Link Water

📋 copy color: '#C3C9DB'

red 195 ◦ green 201 ◦ blue 219

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

Shades of Link Water #C3C9DB

Tints of Link Water #C3C9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.68%

 BLUE value IS 219 (85.94% from 255) = 35.61%

R = 31.71%
G = 32.68%
B = 35.61%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C3C9DB (or 0xC3C9DB) is known color: Link Water. HEX triplet: C3, C9 and DB. RGB value is (195,201,219). Sum of RGB (Red+Green+Blue) = 195+201+219=615 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.71% from 615); Green value is 201 (78.91% from 255 or 32.68% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 219 - color contains mainly: blue. Hex color #C3C9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C9DB is #3C3624. Grayscale: #C9C9C9. Windows color (decimal): -3946021 or 14404035. OLE color: 14404035.

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

Color convert

RGB 195 201 219 -
CMYK 0.11 0.08 0 0.14
HSL 225º 0.25% 0.81% -
HSV(B) 225º 0.11% 0.86% -
XYZ 56.18 58.49 75.35 -
YUV 201.26 138.01 123.54 -
System Red Green Blue C M Y K H S L
Decimal 195 201 219 0.11 0.08 0 0.14 225 0.25 0.81
Hex C3 C9 DB B 8 0 E E1 19 51
Octal 303 311 333 13 10 0 16 341 31 121
Binary 11000011 11001001 11011011 1011 1000 0 1110 11100001 11001 1010001

Color Harmonies of #C3C9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C9DB

Black with #C3C9DB

Text Example


Text Example

White with #C3C9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C9DB; }

 p { color: rgb(195,201,219); }

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

background-color css

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

 a { background-color: rgb(195,201,219); }

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

border-color css

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

 span { border-color: rgb(195,201,219); }

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