Html Css Color HEX #C4CADB Link Water

📋 copy color: '#C4CADB'

red 196 ◦ green 202 ◦ blue 219

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

Shades of Link Water #C4CADB

Tints of Link Water #C4CADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.74%

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

R = 31.77%
G = 32.74%
B = 35.49%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C4CADB (or 0xC4CADB) is known color: Link Water. HEX triplet: C4, CA and DB. RGB value is (196,202,219). Sum of RGB (Red+Green+Blue) = 196+202+219=617 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.77% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4CADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CADB is #3B3524. Grayscale: #CACACA. Windows color (decimal): -3880229 or 14404292. OLE color: 14404292.

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

Color convert

RGB 196 202 219 -
CMYK 0.11 0.08 0 0.14
HSL 224.35º 0.24% 0.81% -
HSV(B) 224.35º 0.11% 0.86% -
XYZ 56.67 59.09 75.44 -
YUV 202.14 137.51 123.62 -
System Red Green Blue C M Y K H S L
Decimal 196 202 219 0.11 0.08 0 0.14 224.35 0.24 0.81
Hex C4 CA DB B 8 0 E E0 18 51
Octal 304 312 333 13 10 0 16 340 30 121
Binary 11000100 11001010 11011011 1011 1000 0 1110 11100000 11000 1010001

Color Harmonies of #C4CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CADB

Black with #C4CADB

Text Example


Text Example

White with #C4CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CADB; }

 p { color: rgb(196,202,219); }

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

background-color css

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

 a { background-color: rgb(196,202,219); }

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

border-color css

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

 span { border-color: rgb(196,202,219); }

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