Html Css Color HEX #C3D0DA Link Water

📋 copy color: '#C3D0DA'

red 195 ◦ green 208 ◦ blue 218

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

Shades of Link Water #C3D0DA

Tints of Link Water #C3D0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.1%

R = 31.4%
G = 33.49%
B = 35.1%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C3D0DA (or 0xC3D0DA) is known color: Link Water. HEX triplet: C3, D0 and DA. RGB value is (195,208,218). Sum of RGB (Red+Green+Blue) = 195+208+218=621 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.40% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 218 - color contains mainly: blue. Hex color #C3D0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D0DA is #3C2F25. Grayscale: #CDCDCD. Windows color (decimal): -3944230 or 14340291. OLE color: 14340291.

HSL color Cylindrical-coordinate representation of color #C3D0DA: hue angle of 206.09º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3D0DA is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 208 218 -
CMYK 0.11 0.05 0 0.15
HSL 206.09º 0.24% 0.81% -
HSV(B) 206.09º 0.11% 0.85% -
XYZ 57.72 61.78 75.21 -
YUV 205.25 135.19 120.69 -
System Red Green Blue C M Y K H S L
Decimal 195 208 218 0.11 0.05 0 0.15 206.09 0.24 0.81
Hex C3 D0 DA B 5 0 F CE 18 51
Octal 303 320 332 13 5 0 17 316 30 121
Binary 11000011 11010000 11011010 1011 101 0 1111 11001110 11000 1010001

Color Harmonies of #C3D0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D0DA

Black with #C3D0DA

Text Example


Text Example

White with #C3D0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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