Html Css Color HEX #C4D3DC Link Water

📋 copy color: '#C4D3DC'

red 196 ◦ green 211 ◦ blue 220

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

Shades of Link Water #C4D3DC

Tints of Link Water #C4D3DC

RGB

 RED value IS 196 (76.95% from 255) = 31.26%

 GREEN value IS 211 (82.81% from 255) = 33.65%

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

R = 31.26%
G = 33.65%
B = 35.09%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C4D3DC (or 0xC4D3DC) is known color: Link Water. HEX triplet: C4, D3 and DC. RGB value is (196,211,220). Sum of RGB (Red+Green+Blue) = 196+211+220=627 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.26% from 627); Green value is 211 (82.81% from 255 or 33.65% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4D3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D3DC is #3B2C23. Grayscale: #CFCFCF. Windows color (decimal): -3877924 or 14472132. OLE color: 14472132.

HSL color Cylindrical-coordinate representation of color #C4D3DC: hue angle of 202.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4D3DC is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 211 220 -
CMYK 0.11 0.04 0 0.14
HSL 202.5º 0.26% 0.82% -
HSV(B) 202.5º 0.11% 0.86% -
XYZ 58.98 63.49 76.86 -
YUV 207.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 196 211 220 0.11 0.04 0 0.14 202.5 0.26 0.82
Hex C4 D3 DC B 4 0 E CA 1A 52
Octal 304 323 334 13 4 0 16 312 32 122
Binary 11000100 11010011 11011100 1011 100 0 1110 11001010 11010 1010010

Color Harmonies of #C4D3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D3DC

Black with #C4D3DC

Text Example


Text Example

White with #C4D3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D3DC; }

 p { color: rgb(196,211,220); }

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

background-color css

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

 a { background-color: rgb(196,211,220); }

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

border-color css

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

 span { border-color: rgb(196,211,220); }

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