Html Css Color HEX #C3CADB Link Water

📋 copy color: '#C3CADB'

red 195 ◦ green 202 ◦ blue 219

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

Shades of Link Water #C3CADB

Tints of Link Water #C3CADB

RGB

 RED value IS 195 (76.56% from 255) = 31.66%

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

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

R = 31.66%
G = 32.79%
B = 35.55%

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

#C3CADB (or 0xC3CADB) is known color: Link Water. HEX triplet: C3, CA and DB. RGB value is (195,202,219). Sum of RGB (Red+Green+Blue) = 195+202+219=616 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.66% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: blue. Hex color #C3CADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CADB is #3C3524. Grayscale: #C9C9C9. Windows color (decimal): -3945765 or 14404291. OLE color: 14404291.

HSL color Cylindrical-coordinate representation of color #C3CADB: hue angle of 222.5º degrees, saturation: 0.25, 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 #C3CADB is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 202 219 -
CMYK 0.11 0.08 0 0.14
HSL 222.5º 0.25% 0.81% -
HSV(B) 222.5º 0.11% 0.86% -
XYZ 56.41 58.96 75.42 -
YUV 201.85 137.68 123.12 -
System Red Green Blue C M Y K H S L
Decimal 195 202 219 0.11 0.08 0 0.14 222.5 0.25 0.81
Hex C3 CA DB B 8 0 E DE 19 51
Octal 303 312 333 13 10 0 16 336 31 121
Binary 11000011 11001010 11011011 1011 1000 0 1110 11011110 11001 1010001

Color Harmonies of #C3CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CADB

Black with #C3CADB

Text Example


Text Example

White with #C3CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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