Html Css Color HEX #C3D0DC Link Water

📋 copy color: '#C3D0DC'

red 195 ◦ green 208 ◦ blue 220

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

Shades of Link Water #C3D0DC

Tints of Link Water #C3D0DC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.39%

 BLUE value IS 220 (86.33% from 255) = 35.31%

R = 31.3%
G = 33.39%
B = 35.31%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C3D0DC (or 0xC3D0DC) is known color: Link Water. HEX triplet: C3, D0 and DC. RGB value is (195,208,220). Sum of RGB (Red+Green+Blue) = 195+208+220=623 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.30% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3D0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D0DC is #3C2F23. Grayscale: #CDCDCD. Windows color (decimal): -3944228 or 14471363. OLE color: 14471363.

HSL color Cylindrical-coordinate representation of color #C3D0DC: hue angle of 208.8º degrees, saturation: 0.26, 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 #C3D0DC is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 208 220 -
CMYK 0.11 0.05 0 0.14
HSL 208.8º 0.26% 0.81% -
HSV(B) 208.8º 0.11% 0.86% -
XYZ 57.98 61.88 76.6 -
YUV 205.48 136.19 120.52 -
System Red Green Blue C M Y K H S L
Decimal 195 208 220 0.11 0.05 0 0.14 208.8 0.26 0.81
Hex C3 D0 DC B 5 0 E D1 1A 51
Octal 303 320 334 13 5 0 16 321 32 121
Binary 11000011 11010000 11011100 1011 101 0 1110 11010001 11010 1010001

Color Harmonies of #C3D0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D0DC

Black with #C3D0DC

Text Example


Text Example

White with #C3D0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D0DC; }

 p { color: rgb(195,208,220); }

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

background-color css

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

 a { background-color: rgb(195,208,220); }

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

border-color css

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

 span { border-color: rgb(195,208,220); }

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