Html Css Color HEX #C2D0DA Link Water

📋 copy color: '#C2D0DA'

red 194 ◦ green 208 ◦ blue 218

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

Shades of Link Water #C2D0DA

Tints of Link Water #C2D0DA

RGB

 RED value IS 194 (76.17% from 255) = 31.29%

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

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

R = 31.29%
G = 33.55%
B = 35.16%

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

#C2D0DA (or 0xC2D0DA) is known color: Link Water. HEX triplet: C2, D0 and DA. RGB value is (194,208,218). Sum of RGB (Red+Green+Blue) = 194+208+218=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 208 (81.64% from 255 or 33.55% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 218 - color contains mainly: blue. Hex color #C2D0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D0DA is #3D2F25. Grayscale: #CCCCCC. Windows color (decimal): -4009766 or 14340290. OLE color: 14340290.

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

Color convert

RGB 194 208 218 -
CMYK 0.11 0.05 0 0.15
HSL 205º 0.24% 0.81% -
HSV(B) 205º 0.11% 0.85% -
XYZ 57.46 61.64 75.2 -
YUV 204.95 135.36 120.19 -
System Red Green Blue C M Y K H S L
Decimal 194 208 218 0.11 0.05 0 0.15 205 0.24 0.81
Hex C2 D0 DA B 5 0 F CD 18 51
Octal 302 320 332 13 5 0 17 315 30 121
Binary 11000010 11010000 11011010 1011 101 0 1111 11001101 11000 1010001

Color Harmonies of #C2D0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D0DA

Black with #C2D0DA

Text Example


Text Example

White with #C2D0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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