Html Css Color HEX #C1CFDB Link Water

📋 copy color: '#C1CFDB'

red 193 ◦ green 207 ◦ blue 219

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

Shades of Link Water #C1CFDB

Tints of Link Water #C1CFDB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.44%

 BLUE value IS 219 (85.94% from 255) = 35.38%

R = 31.18%
G = 33.44%
B = 35.38%

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

#C1CFDB (or 0xC1CFDB) is known color: Link Water. HEX triplet: C1, CF and DB. RGB value is (193,207,219). Sum of RGB (Red+Green+Blue) = 193+207+219=619 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.18% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #C1CFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CFDB is #3E3024. Grayscale: #CCCCCC. Windows color (decimal): -4075557 or 14405569. OLE color: 14405569.

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

Color convert

RGB 193 207 219 -
CMYK 0.12 0.05 0 0.14
HSL 207.69º 0.27% 0.81% -
HSV(B) 207.69º 0.12% 0.86% -
XYZ 57.09 61.08 75.8 -
YUV 204.18 136.36 120.02 -
System Red Green Blue C M Y K H S L
Decimal 193 207 219 0.12 0.05 0 0.14 207.69 0.27 0.81
Hex C1 CF DB C 5 0 E D0 1B 51
Octal 301 317 333 14 5 0 16 320 33 121
Binary 11000001 11001111 11011011 1100 101 0 1110 11010000 11011 1010001

Color Harmonies of #C1CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CFDB

Black with #C1CFDB

Text Example


Text Example

White with #C1CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CFDB; }

 p { color: rgb(193,207,219); }

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

background-color css

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

 a { background-color: rgb(193,207,219); }

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

border-color css

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

 span { border-color: rgb(193,207,219); }

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