Html Css Color HEX #C1D2DF Link Water

📋 copy color: '#C1D2DF'

red 193 ◦ green 210 ◦ blue 223

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

Shades of Link Water #C1D2DF

Tints of Link Water #C1D2DF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.55%

 BLUE value IS 223 (87.5% from 255) = 35.62%

R = 30.83%
G = 33.55%
B = 35.62%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C1D2DF (or 0xC1D2DF) is known color: Link Water. HEX triplet: C1, D2 and DF. RGB value is (193,210,223). Sum of RGB (Red+Green+Blue) = 193+210+223=626 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.83% from 626); Green value is 210 (82.42% from 255 or 33.55% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 223 - color contains mainly: blue. Hex color #C1D2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D2DF is #3E2D20. Grayscale: #CECECE. Windows color (decimal): -4074785 or 14668481. OLE color: 14668481.

HSL color Cylindrical-coordinate representation of color #C1D2DF: hue angle of 206º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1D2DF is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 210 223 -
CMYK 0.13 0.06 0 0.13
HSL 206º 0.32% 0.82% -
HSV(B) 206º 0.13% 0.87% -
XYZ 58.36 62.76 78.85 -
YUV 206.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 193 210 223 0.13 0.06 0 0.13 206 0.32 0.82
Hex C1 D2 DF D 6 0 D CE 20 52
Octal 301 322 337 15 6 0 15 316 40 122
Binary 11000001 11010010 11011111 1101 110 0 1101 11001110 100000 1010010

Color Harmonies of #C1D2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D2DF

Black with #C1D2DF

Text Example


Text Example

White with #C1D2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D2DF; }

 p { color: rgb(193,210,223); }

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

background-color css

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

 a { background-color: rgb(193,210,223); }

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

border-color css

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

 span { border-color: rgb(193,210,223); }

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