Html Css Color HEX #C3D1DF Link Water

📋 copy color: '#C3D1DF'

red 195 ◦ green 209 ◦ blue 223

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

Shades of Link Water #C3D1DF

Tints of Link Water #C3D1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.57%

R = 31.1%
G = 33.33%
B = 35.57%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C3D1DF (or 0xC3D1DF) is known color: Link Water. HEX triplet: C3, D1 and DF. RGB value is (195,209,223). Sum of RGB (Red+Green+Blue) = 195+209+223=627 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.10% from 627); Green value is 209 (82.03% from 255 or 33.33% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3D1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D1DF is #3C2E20. Grayscale: #CECECE. Windows color (decimal): -3943969 or 14668227. OLE color: 14668227.

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

Color convert

RGB 195 209 223 -
CMYK 0.13 0.06 0 0.13
HSL 210º 0.3% 0.82% -
HSV(B) 210º 0.13% 0.87% -
XYZ 58.63 62.53 78.79 -
YUV 206.41 137.36 119.86 -
System Red Green Blue C M Y K H S L
Decimal 195 209 223 0.13 0.06 0 0.13 210 0.3 0.82
Hex C3 D1 DF D 6 0 D D2 1E 52
Octal 303 321 337 15 6 0 15 322 36 122
Binary 11000011 11010001 11011111 1101 110 0 1101 11010010 11110 1010010

Color Harmonies of #C3D1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D1DF

Black with #C3D1DF

Text Example


Text Example

White with #C3D1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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