Html Css Color HEX #C3CBDB Link Water

📋 copy color: '#C3CBDB'

red 195 ◦ green 203 ◦ blue 219

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

Shades of Link Water #C3CBDB

Tints of Link Water #C3CBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.9%

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

R = 31.6%
G = 32.9%
B = 35.49%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C3CBDB (or 0xC3CBDB) is known color: Link Water. HEX triplet: C3, CB and DB. RGB value is (195,203,219). Sum of RGB (Red+Green+Blue) = 195+203+219=617 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.60% from 617); Green value is 203 (79.69% from 255 or 32.90% 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 #C3CBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CBDB is #3C3424. Grayscale: #CACACA. Windows color (decimal): -3945509 or 14404547. OLE color: 14404547.

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

Color convert

RGB 195 203 219 -
CMYK 0.11 0.07 0 0.14
HSL 220º 0.25% 0.81% -
HSV(B) 220º 0.11% 0.86% -
XYZ 56.65 59.43 75.5 -
YUV 202.43 137.35 122.7 -
System Red Green Blue C M Y K H S L
Decimal 195 203 219 0.11 0.07 0 0.14 220 0.25 0.81
Hex C3 CB DB B 7 0 E DC 19 51
Octal 303 313 333 13 7 0 16 334 31 121
Binary 11000011 11001011 11011011 1011 111 0 1110 11011100 11001 1010001

Color Harmonies of #C3CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CBDB

Black with #C3CBDB

Text Example


Text Example

White with #C3CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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