Html Css Color HEX #C3D1DD Link Water

📋 copy color: '#C3D1DD'

red 195 ◦ green 209 ◦ blue 221

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

Shades of Link Water #C3D1DD

Tints of Link Water #C3D1DD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.44%

 BLUE value IS 221 (86.72% from 255) = 35.36%

R = 31.2%
G = 33.44%
B = 35.36%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C3D1DD (or 0xC3D1DD) is known color: Link Water. HEX triplet: C3, D1 and DD. RGB value is (195,209,221). Sum of RGB (Red+Green+Blue) = 195+209+221=625 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.2% from 625); Green value is 209 (82.03% from 255 or 33.44% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3D1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D1DD is #3C2E22. Grayscale: #CECECE. Windows color (decimal): -3943971 or 14537155. OLE color: 14537155.

HSL color Cylindrical-coordinate representation of color #C3D1DD: hue angle of 207.69º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3D1DD is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 209 221 -
CMYK 0.12 0.05 0 0.13
HSL 207.69º 0.28% 0.82% -
HSV(B) 207.69º 0.12% 0.87% -
XYZ 58.36 62.42 77.38 -
YUV 206.18 136.36 120.02 -
System Red Green Blue C M Y K H S L
Decimal 195 209 221 0.12 0.05 0 0.13 207.69 0.28 0.82
Hex C3 D1 DD C 5 0 D D0 1C 52
Octal 303 321 335 14 5 0 15 320 34 122
Binary 11000011 11010001 11011101 1100 101 0 1101 11010000 11100 1010010

Color Harmonies of #C3D1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D1DD

Black with #C3D1DD

Text Example


Text Example

White with #C3D1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D1DD; }

 p { color: rgb(195,209,221); }

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

background-color css

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

 a { background-color: rgb(195,209,221); }

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

border-color css

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

 span { border-color: rgb(195,209,221); }

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