Html Css Color HEX #C3CDD9 Link Water

📋 copy color: '#C3CDD9'

red 195 ◦ green 205 ◦ blue 217

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

Shades of Link Water #C3CDD9

Tints of Link Water #C3CDD9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.23%

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

R = 31.6%
G = 33.23%
B = 35.17%

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

#C3CDD9 (or 0xC3CDD9) is known color: Link Water. HEX triplet: C3, CD and D9. RGB value is (195,205,217). Sum of RGB (Red+Green+Blue) = 195+205+217=617 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.60% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 217 (85.16% from 255 or 35.17% from 617); Max value from RGB is 217 - color contains mainly: blue. Hex color #C3CDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDD9 is #3C3226. Grayscale: #CBCBCB. Windows color (decimal): -3944999 or 14273987. OLE color: 14273987.

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

Color convert

RGB 195 205 217 -
CMYK 0.10 0.06 0 0.15
HSL 212.73º 0.22% 0.81% -
HSV(B) 212.73º 0.1% 0.85% -
XYZ 56.86 60.27 74.28 -
YUV 203.38 135.69 122.02 -
System Red Green Blue C M Y K H S L
Decimal 195 205 217 0.10 0.06 0 0.15 212.73 0.22 0.81
Hex C3 CD D9 A 6 0 F D5 16 51
Octal 303 315 331 12 6 0 17 325 26 121
Binary 11000011 11001101 11011001 1010 110 0 1111 11010101 10110 1010001

Color Harmonies of #C3CDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CDD9

Black with #C3CDD9

Text Example


Text Example

White with #C3CDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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