Html Css Color HEX #C3CCD9 Link Water

📋 copy color: '#C3CCD9'

red 195 ◦ green 204 ◦ blue 217

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

Shades of Link Water #C3CCD9

Tints of Link Water #C3CCD9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.12%

 BLUE value IS 217 (85.16% from 255) = 35.23%

R = 31.66%
G = 33.12%
B = 35.23%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C3CCD9 (or 0xC3CCD9) is known color: Link Water. HEX triplet: C3, CC and D9. RGB value is (195,204,217). Sum of RGB (Red+Green+Blue) = 195+204+217=616 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.66% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 217 (85.16% from 255 or 35.23% from 616); Max value from RGB is 217 - color contains mainly: blue. Hex color #C3CCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CCD9 is #3C3326. Grayscale: #CACACA. Windows color (decimal): -3945255 or 14273731. OLE color: 14273731.

HSL color Cylindrical-coordinate representation of color #C3CCD9: hue angle of 215.45º degrees, saturation: 0.22, 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 #C3CCD9 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 204 217 -
CMYK 0.10 0.06 0 0.15
HSL 215.45º 0.22% 0.81% -
HSV(B) 215.45º 0.1% 0.85% -
XYZ 56.62 59.8 74.2 -
YUV 202.79 136.02 122.44 -
System Red Green Blue C M Y K H S L
Decimal 195 204 217 0.10 0.06 0 0.15 215.45 0.22 0.81
Hex C3 CC D9 A 6 0 F D7 16 51
Octal 303 314 331 12 6 0 17 327 26 121
Binary 11000011 11001100 11011001 1010 110 0 1111 11010111 10110 1010001

Color Harmonies of #C3CCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CCD9

Black with #C3CCD9

Text Example


Text Example

White with #C3CCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CCD9; }

 p { color: rgb(195,204,217); }

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

background-color css

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

 a { background-color: rgb(195,204,217); }

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

border-color css

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

 span { border-color: rgb(195,204,217); }

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