Html Css Color HEX #C1D0DC Link Water

📋 copy color: '#C1D0DC'

red 193 ◦ green 208 ◦ blue 220

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

Shades of Link Water #C1D0DC

Tints of Link Water #C1D0DC

RGB

 RED value IS 193 (75.78% from 255) = 31.08%

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

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

R = 31.08%
G = 33.49%
B = 35.43%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C1D0DC (or 0xC1D0DC) is known color: Link Water. HEX triplet: C1, D0 and DC. RGB value is (193,208,220). Sum of RGB (Red+Green+Blue) = 193+208+220=621 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.08% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1D0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D0DC is #3E2F23. Grayscale: #CCCCCC. Windows color (decimal): -4075300 or 14471361. OLE color: 14471361.

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

Color convert

RGB 193 208 220 -
CMYK 0.12 0.05 0 0.14
HSL 206.67º 0.28% 0.81% -
HSV(B) 206.67º 0.12% 0.86% -
XYZ 57.47 61.62 76.57 -
YUV 204.88 136.53 119.52 -
System Red Green Blue C M Y K H S L
Decimal 193 208 220 0.12 0.05 0 0.14 206.67 0.28 0.81
Hex C1 D0 DC C 5 0 E CF 1C 51
Octal 301 320 334 14 5 0 16 317 34 121
Binary 11000001 11010000 11011100 1100 101 0 1110 11001111 11100 1010001

Color Harmonies of #C1D0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D0DC

Black with #C1D0DC

Text Example


Text Example

White with #C1D0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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